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