Skip to content

Commit 8f3d3d1

Browse files
authored
fix(init): ensure save takes place for enable_reject_policy
1 parent df5e9f3 commit 8f3d3d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iptables/init.sls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ enable_reject_policy{{ suffixes[protocol] }}:
6565
{%- if protocol == ipv6 %}
6666
- family: ipv6
6767
{%- endif %}
68+
- save: True
6869
- require:
6970
- iptables: iptables_allow_localhost{{ suffixes[protocol] }}
7071
- iptables: iptables_allow_established{{ suffixes[protocol] }}

0 commit comments

Comments
 (0)