From 99114652ac5ac5e4d19c84b035f5d2e5702665b4 Mon Sep 17 00:00:00 2001 From: Brandon Bradley Date: Fri, 10 Oct 2014 22:35:47 -0500 Subject: [PATCH] fix host ACL in pillar.example --- pillar.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index 27aab2a..bec474e 100644 --- a/pillar.example +++ b/pillar.example @@ -18,7 +18,7 @@ postgres: # , , , [host], acls: - ['local', 'db1', 'localUser'] - - ['host', 'db2', '123.123.0.0/24', 'remoteUser'] + - ['host', 'db2', 'remoteUser', '123.123.0.0/24'] databases: db1: