
If we move these into a subdir, it cleans up the number of things we nave to files match on. Stop running disable-puppet-agent in base. We run it in run-puppet which should be fine. Change-Id: Ia16adb96b11d25a097490882c4c59a50a0b7b23d
8 lines
270 B
YAML
8 lines
270 B
YAML
iptables_allowed_hosts: []
|
|
iptables_public_ports: []
|
|
iptables_public_tcp_ports: '{{ iptables_public_ports }}'
|
|
iptables_public_udp_ports: '{{ iptables_public_ports }}'
|
|
iptables_rules: []
|
|
iptables_rules_v4: '{{ iptables_rules }}'
|
|
iptables_rules_v6: '{{ iptables_rules }}'
|