1CDIST-TYPE__POSTGRES_ROLE(7) cdist CDIST-TYPE__POSTGRES_ROLE(7)
2
3
4
6 cdist-type__postgres_role - Manage postgres roles
7
9 This cdist type allows you to create or drop postgres roles.
10
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
20 All parameter map directly to the corresponding postgres createrole pa‐
21 rameters.
22
23 login createdb createrole superuser inherit
24
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
35 cdist-type__postgres_database(7)
36
37 postgresql documentation at: <‐
38 http://www.postgresql.org/docs/current/static/sql-createrole.html>.
39
41 Steven Armstrong <steven-cdist--@--armstrong.cc>
42
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 Li‐
47 cense, or (at your option) any later version.
48
50 ungleich GmbH 2021
51
52
53
54
557.0.0 Jul 31, 2022 CDIST-TYPE__POSTGRES_ROLE(7)