Fix readme typo
This commit is contained in:
parent
16c7dda9d4
commit
19a37f8b17
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ This class is used to configure the main settings for this module, to be used by
|
|||
|
||||
For example, if you wanted to overwrite the default `locale` and `charset` you could use the following combination:
|
||||
|
||||
class { 'postgres':
|
||||
class { 'postgresql':
|
||||
charset => 'UTF8',
|
||||
locale => 'en_NG',
|
||||
}->
|
||||
|
|
Loading…
Reference in a new issue