From 509d0781132ce20eec23eeeff4a45d8156ab3afe Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 17 Jun 2011 16:28:53 +0200 Subject: [PATCH] me is ahead of myself Signed-off-by: Steven Armstrong --- conf/type/__postgres_role/man.text | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/type/__postgres_role/man.text b/conf/type/__postgres_role/man.text index fbf01227..a7264870 100644 --- a/conf/type/__postgres_role/man.text +++ b/conf/type/__postgres_role/man.text @@ -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 --------------------------------------------------------------------------------