Firewall Module - Fix naming logic for syntax

This commit is contained in:
Mike Reeves
2018-07-05 10:44:37 -04:00
parent 06194ea48d
commit 2348a7c836

View File

@@ -109,7 +109,7 @@ enable_salt_minions_3142_{{ip}}:
# Allow Forward Nodes to send their beats traffic # Allow Forward Nodes to send their beats traffic
{% for ip in pillar.get('forward_nodes') %} {% for ip in pillar.get('forward_nodes') %}
enable_salt_minions_5044_{{ip}}: enable_forwardnode_beats_5044_{{ip}}:
iptables.insert: iptables.insert:
- table: filter - table: filter
- chain: DOCKER-USER - chain: DOCKER-USER
@@ -122,10 +122,10 @@ enable_salt_minions_5044_{{ip}}:
{% endfor %} {% endfor %}
# Allow Forward Nodes to send their beats traffic # Allow Beats Endpoints to send their beats traffic
{% for ip in pillar.get('beats_endpoint') %} {% for ip in pillar.get('beats_endpoint') %}
enable_salt_minions_5044_{{ip}}: enable_standard_beats_5044_{{ip}}:
iptables.insert: iptables.insert:
- table: filter - table: filter
- chain: DOCKER-USER - chain: DOCKER-USER