Merge pull request #379 from apenney/fix-locale
Use the correct encoding.
This commit is contained in:
commit
6a8cd01ea0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue