Skip to content

Commit 39f9206

Browse files
committed
Merge pull request puppetlabs#542 from dhoppe/patch-1
Update README.md
2 parents 881d964 + 7144d09 commit 39f9206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ This class allows you to configure the main settings for this module in a global
257257
For example, if you wanted to overwrite the default `locale` and `encoding` for all classes you could use the following combination:
258258

259259
class { 'postgresql::globals':
260-
encoding => 'UTF8',
261-
locale => 'en_NG',
260+
encoding => 'UTF-8',
261+
locale => 'en_US.UTF-8',
262262
}->
263263
class { 'postgresql::server':
264264
}

0 commit comments

Comments
 (0)