Skip to content

Commit 6113f6e

Browse files
committed
Merge pull request puppetlabs#184 from MaxMartin/master
Correct README
2 parents e5c1dbc + 976be13 commit 6113f6e

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)