diff --git a/manifests/mysql.pp b/manifests/mysql.pp index 0c0b32f..670dbb1 100644 --- a/manifests/mysql.pp +++ b/manifests/mysql.pp @@ -35,5 +35,6 @@ class refstack::mysql () { password => $mysql_user_password, host => 'localhost', grant => ['all'], + charset => 'latin1', #TODO(krotscheck):Remove once 176364 merges } } \ No newline at end of file