Firewall Module - Fix Formatting Issue

This commit is contained in:
Mike Reeves
2018-08-06 14:28:10 -04:00
parent e1a6a8e4f1
commit 6dcb4fa6f2
2 changed files with 8 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
minions: minions:
- 127.0.0.1 - 127.0.0.1

View File

@@ -39,6 +39,12 @@ iptables_allow_pings:
- save: True - save: True
# Create the chain for logging # Create the chain for logging
iptables_LOGGING_chain:
iptables.chain_present:
- name: LOGGING
- table: filter
- family: ipv4
iptables_LOGGING_limit: iptables_LOGGING_limit:
iptables.append: iptables.append:
- table: filter - table: filter