me is ahead of myself
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
5e1dccaf8e
commit
509d078113
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ __postgres_role myrole --state present
|
||||||
|
|
||||||
__postgres_role myrole --state present --password 'secret'
|
__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
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue