mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
fix host ACL in pillar.example
This commit is contained in:
parent
7cc0a282e2
commit
99114652ac
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ postgres:
|
||||||
# <type>, <database>, <user>, [host], <method>
|
# <type>, <database>, <user>, [host], <method>
|
||||||
acls:
|
acls:
|
||||||
- ['local', 'db1', 'localUser']
|
- ['local', 'db1', 'localUser']
|
||||||
- ['host', 'db2', '123.123.0.0/24', 'remoteUser']
|
- ['host', 'db2', 'remoteUser', '123.123.0.0/24']
|
||||||
|
|
||||||
databases:
|
databases:
|
||||||
db1:
|
db1:
|
||||||
|
|
Loading…
Add table
Reference in a new issue