Skip to content

Commit

Permalink
fix(init): ensure save takes place for enable_reject_policy
Browse files Browse the repository at this point in the history
  • Loading branch information
myii authored Apr 17, 2020
1 parent df5e9f3 commit 8f3d3d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iptables/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ enable_reject_policy{{ suffixes[protocol] }}:
{%- if protocol == ipv6 %}
- family: ipv6
{%- endif %}
- save: True
- require:
- iptables: iptables_allow_localhost{{ suffixes[protocol] }}
- iptables: iptables_allow_established{{ suffixes[protocol] }}
Expand Down

0 comments on commit 8f3d3d1

Please sign in to comment.