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:
parent
6fd4f01d6d
commit
7144d09675
1 changed files with 2 additions and 2 deletions
|
@ -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':
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue