Correct database_user param name

README formerly incorrectly referred to the password_hash parameter as password.
This commit is contained in:
Max Martin 2013-05-15 12:58:39 -06:00
parent e5c1dbcd91
commit 976be1305b

View file

@ -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':