Added charset to mysql recipe.

This commit is contained in:
Michael Krotscheck 2015-04-22 13:19:18 -07:00
parent 0b1ddafaa4
commit 993150a336
1 changed files with 1 additions and 0 deletions

View File

@ -35,5 +35,6 @@ class refstack::mysql () {
password => $mysql_user_password,
host => 'localhost',
grant => ['all'],
charset => 'latin1', #TODO(krotscheck):Remove once 176364 merges
}
}