From 5e1dccaf8e8e23d4f53466b761b1541c1ae1cd7f Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 17 Jun 2011 14:03:51 +0200 Subject: [PATCH] examples++ Signed-off-by: Steven Armstrong --- conf/type/__postgres_role/man.text | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/type/__postgres_role/man.text b/conf/type/__postgres_role/man.text index 415473d5..fbf01227 100644 --- a/conf/type/__postgres_role/man.text +++ b/conf/type/__postgres_role/man.text @@ -37,6 +37,12 @@ EXAMPLES -------------------------------------------------------------------------------- __postgres_role myrole --state present + +__postgres_role myrole --state present --password 'secret' + +__postgres_role admin --state present --password 'very-secret' --superuser + +__postgres_role dbcustomer --state present --password 'bla' --createdb --------------------------------------------------------------------------------