mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
added examples of new user options to pillar.example
This commit is contained in:
parent
9e1ff20af5
commit
5c08358430
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue