@@ -41,6 +41,9 @@ postgres:
41
41
#
42
42
# The uppercase items must be replaced by actual values.
43
43
# METHOD could be omitted, 'md5' will be appended by default.
44
+ #
45
+ # If ``acls`` item value is empty ('', [], null), then the contents of
46
+ # ``pg_hba.conf`` file will not be touched at all.
44
47
acls :
45
48
- ['local', 'db1', 'localUser']
46
49
- ['host', 'db2', 'remoteUser', '192.168.33.0/24']
@@ -52,7 +55,7 @@ postgres:
52
55
53
56
# If Salt is unable to detect init system running in the scope of state run,
54
57
# probably we are trying to bake a container/VM image with PostgreSQL.
55
- # Use ``bake_image`` setting to contol how PostgreSQL will be started: if set
58
+ # Use ``bake_image`` setting to control how PostgreSQL will be started: if set
56
59
# to ``True`` the raw ``pg_ctl`` will be utilized instead of packaged init
57
60
# script, job or unit run with Salt ``service`` state.
58
61
bake_image : True
@@ -62,7 +65,7 @@ postgres:
62
65
# Create/remove users, tablespaces, databases, schema and extensions.
63
66
# Each of these dictionaries contains PostgreSQL entities which
64
67
# mapped to the ``postgres_*`` Salt states with arguments. See the Salt
65
- # documentaion to get all supported argument for a particular state.
68
+ # documentation to get all supported argument for a particular state.
66
69
#
67
70
# Format is the following:
68
71
#
0 commit comments