Merge pull request #379 from apenney/fix-locale

Use the correct encoding.
This commit is contained in:
Hunter Haugen 2014-02-28 17:53:29 -08:00
commit 6a8cd01ea0

View file

@ -39,7 +39,7 @@ describe 'postgresql::server::db', :unless => UNSUPPORTED_PLATFORMS.include?(fac
user => 'test1',
password => postgresql_password('test1', 'test1'),
encoding => 'UTF8',
locale => 'en_NG',
locale => 'en_NG.UTF-8',
}
EOS