cdist-type__postgres_role
manage postgres roles
- Provided by: cdist (Version: 4.0.0~pre3-2)
- Report a bug
manage postgres roles
This cdist type allows you to create or drop postgres roles.
state
All other parameters map directly to the corresponding postgres createrole parameters.
password
All parameter map directly to the corresponding postgres createrole parameters. login:: createdb:: createrole:: superuser:: inherit:: EXAMPLES
__postgres_role myrole __postgres_role myrole --password 'secret' __postgres_role admin --password 'very-secret' --superuser __postgres_role dbcustomer --password 'bla' --createdb
Copyright (C) 2011 Steven Armstrong. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).
Steven Armstrong <steven-cdist--@--armstrong.cc>