added examples of new user options to pillar.example

This commit is contained in:
Dominic Ferrantelli 2015-05-05 15:10:34 -07:00
parent 9e1ff20af5
commit 5c08358430

View file

@ -12,10 +12,18 @@ postgres:
localUser: localUser:
password: '98ruj923h4rf' password: '98ruj923h4rf'
createdb: False createdb: False
createroles: False
createuser: False
inherit: True
replication: False
remoteUser: remoteUser:
password: '98ruj923h4rf' password: '98ruj923h4rf'
createdb: False createdb: False
createroles: False
createuser: False
inherit: True
replication: False
# This section cover this ACL management of the pg_hba.conf file. # This section cover this ACL management of the pg_hba.conf file.
# <type>, <database>, <user>, [host], <method> # <type>, <database>, <user>, [host], <method>