Update README.md

At least on Debian / Ubuntu and PostgreSQL 9.1, the values for encoding and locale should look like this example.
This commit is contained in:
Dennis Hoppe 2014-12-06 16:26:51 +01:00
parent 6fd4f01d6d
commit 7144d09675

View file

@ -257,8 +257,8 @@ This class allows you to configure the main settings for this module in a global
For example, if you wanted to overwrite the default `locale` and `encoding` for all classes you could use the following combination:
class { 'postgresql::globals':
encoding => 'UTF8',
locale => 'en_NG',
encoding => 'UTF-8',
locale => 'en_US.UTF-8',
}->
class { 'postgresql::server':
}