mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #22 from blbradley/example-pillar-acl-fix
Host ACL in pillar.example has host and user backward
This commit is contained in:
commit
8b3ccda879
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ postgres:
|
|||
# <type>, <database>, <user>, [host], <method>
|
||||
acls:
|
||||
- ['local', 'db1', 'localUser']
|
||||
- ['host', 'db2', '123.123.0.0/24', 'remoteUser']
|
||||
- ['host', 'db2', 'remoteUser', '123.123.0.0/24']
|
||||
|
||||
databases:
|
||||
db1:
|
||||
|
|
Loading…
Add table
Reference in a new issue