fix host ACL in pillar.example

This commit is contained in:
Brandon Bradley 2014-10-10 22:35:47 -05:00
parent 7cc0a282e2
commit 99114652ac

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: