cdist-type__postgres_role(7)


Table of Contents

1. NAME
2. DESCRIPTION
3. REQUIRED PARAMETERS
4. OPTIONAL PARAMETERS
5. SEE ALSO
6. COPYING

1. NAME

cdist-type__postgres_role - manage postgres roles

2. DESCRIPTION

This cdist type allows you to create or drop postgres roles.

3. REQUIRED PARAMETERS

state
Either "present" or "absent", defaults to "present"

4. OPTIONAL PARAMETERS

All parameter map directly to the corresponding postgres createrole parameters.

password
BOOLEAN PARAMETERS
All parameter map directly to the corresponding postgres createrole
parameters.

login::
createdb::
createrole::
superuser::
inherit::

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

5. SEE ALSO

6. COPYING

Copyright (C) 2011 Steven Armstrong. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).