Merge pull request #184 from MaxMartin/master

Correct README
This commit is contained in:
Ken Barber 2013-05-15 12:05:17 -07:00
commit 6113f6ef19

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