put portgroup name in statename

This commit is contained in:
m0duspwnens
2020-12-18 14:14:45 -05:00
parent dbf82a891f
commit 4bbedfa027

View File

@@ -104,7 +104,7 @@ enable_docker_user_established:
{% for proto, ports in portgroup.items() %} {% for proto, ports in portgroup.items() %}
{% for port in ports %} {% for port in ports %}
{{action}}_{{chain}}_{{hostgroup}}_{{ip}}_{{port}}_{{proto}}: {{action}}_{{chain}}_{{hostgroup}}_{{ip}}_{{portgroup}}_{{port}}_{{proto}}:
iptables.{{action}}: iptables.{{action}}:
- table: filter - table: filter
- chain: {{ chain }} - chain: {{ chain }}