1CDIST-TYPE__POSTGRES_ROLE(7)         cdist        CDIST-TYPE__POSTGRES_ROLE(7)
2
3
4

NAME

6       cdist-type__postgres_role - Manage postgres roles
7

DESCRIPTION

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

OPTIONAL PARAMETERS

12       state  Either "present" or "absent", defaults to "present"
13
14       All other parameters map directly to the corresponding postgres create‐
15       role parameters.
16
17       password
18

BOOLEAN PARAMETERS

20       All parameter map directly to  the  corresponding  postgres  createrole
21       parameters.
22
23       login createdb createrole superuser inherit
24

EXAMPLES

26          __postgres_role myrole
27
28          __postgres_role myrole --password 'secret'
29
30          __postgres_role admin --password 'very-secret' --superuser
31
32          __postgres_role dbcustomer --password 'bla' --createdb
33

SEE ALSO

35       cdist-type__postgres_database(7)
36
37       postgresql               documentation              at:              <‐
38       http://www.postgresql.org/docs/current/static/sql-createrole.html>.
39

AUTHORS

41       Steven Armstrong <steven-cdist--@--armstrong.cc>
42

COPYING

44       Copyright (C) 2011 Steven Armstrong. You  can  redistribute  it  and/or
45       modify  it  under  the  terms of the GNU General Public License as pub‐
46       lished by the  Free  Software  Foundation,  either  version  3  of  the
47       License, or (at your option) any later version.
48
50       ungleich GmbH 2019
51
52
53
54
556.3.0                            Dec 12, 2019     CDIST-TYPE__POSTGRES_ROLE(7)
Impressum