Skip to content

Commit 976be13

Browse files
author
Max Martin
committed
Correct database_user param name
README formerly incorrectly referred to the password_hash parameter as password.
1 parent e5c1dbc commit 976be13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ There are many ways to set up a postgres database using the `postgresql::db` cla
9393
To manage users, roles and permissions:
9494

9595
postgresql::database_user{'marmot':
96-
password => 'foo',
96+
password_hash => 'foo',
9797
}
9898

9999
postgresql::database_grant{'test1':

0 commit comments

Comments
 (0)