Merge pull request #542 from dhoppe/patch-1

Update README.md
This commit is contained in:
Colleen Murphy 2015-02-04 11:52:09 +01:00
commit 39f920657b

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: For example, if you wanted to overwrite the default `locale` and `encoding` for all classes you could use the following combination:
class { 'postgresql::globals': class { 'postgresql::globals':
encoding => 'UTF8', encoding => 'UTF-8',
locale => 'en_NG', locale => 'en_US.UTF-8',
}-> }->
class { 'postgresql::server': class { 'postgresql::server':
} }