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:
Nitin Madhok 2014-10-11 05:19:58 -04:00
commit 8b3ccda879

View file

@ -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: