Browse Source

Merge pull request #184 from MaxMartin/master

Correct README
Ken Barber 11 years ago
parent
commit
6113f6ef19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

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