@@ -41,6 +41,9 @@ postgres:
4141 #
4242 # The uppercase items must be replaced by actual values.
4343 # 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.
4447 acls :
4548 - ['local', 'db1', 'localUser']
4649 - ['host', 'db2', 'remoteUser', '192.168.33.0/24']
@@ -52,7 +55,7 @@ postgres:
5255
5356 # If Salt is unable to detect init system running in the scope of state run,
5457 # 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
5659 # to ``True`` the raw ``pg_ctl`` will be utilized instead of packaged init
5760 # script, job or unit run with Salt ``service`` state.
5861 bake_image : True
@@ -62,7 +65,7 @@ postgres:
6265 # Create/remove users, tablespaces, databases, schema and extensions.
6366 # Each of these dictionaries contains PostgreSQL entities which
6467 # 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.
6669 #
6770 # Format is the following:
6871 #
0 commit comments