From 2348a7c83667173d82a069ca5fc42f56c987d03e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 5 Jul 2018 10:44:37 -0400 Subject: [PATCH] Firewall Module - Fix naming logic for syntax --- salt/firewall/init.sls | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/firewall/init.sls b/salt/firewall/init.sls index 497211cd3..5a91f3ebe 100644 --- a/salt/firewall/init.sls +++ b/salt/firewall/init.sls @@ -109,7 +109,7 @@ enable_salt_minions_3142_{{ip}}: # Allow Forward Nodes to send their beats traffic {% for ip in pillar.get('forward_nodes') %} -enable_salt_minions_5044_{{ip}}: +enable_forwardnode_beats_5044_{{ip}}: iptables.insert: - table: filter - chain: DOCKER-USER @@ -122,10 +122,10 @@ enable_salt_minions_5044_{{ip}}: {% endfor %} -# Allow Forward Nodes to send their beats traffic +# Allow Beats Endpoints to send their beats traffic {% for ip in pillar.get('beats_endpoint') %} -enable_salt_minions_5044_{{ip}}: +enable_standard_beats_5044_{{ip}}: iptables.insert: - table: filter - chain: DOCKER-USER