Correct database_user param name
README formerly incorrectly referred to the password_hash parameter as password.
This commit is contained in:
parent
e5c1dbcd91
commit
976be1305b
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ There are many ways to set up a postgres database using the `postgresql::db` cla
|
|||
To manage users, roles and permissions:
|
||||
|
||||
postgresql::database_user{'marmot':
|
||||
password => 'foo',
|
||||
password_hash => 'foo',
|
||||
}
|
||||
|
||||
postgresql::database_grant{'test1':
|
||||
|
|
Loading…
Reference in a new issue