me is ahead of myself

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-06-17 16:28:53 +02:00
parent 5e1dccaf8e
commit 509d078113
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ __postgres_role myrole --state present
__postgres_role myrole --state present --password 'secret'
__postgres_role admin --state present --password 'very-secret' --superuser
__postgres_role admin --state present --password 'very-secret' --superuser true
__postgres_role dbcustomer --state present --password 'bla' --createdb
__postgres_role dbcustomer --state present --password 'bla' --createdb true
--------------------------------------------------------------------------------