Skip to content

Commit

Permalink
Merge pull request #51 from saltstack-formulas/myii-patch-1
Browse files Browse the repository at this point in the history
fix(init): ensure save takes place for `enable_reject_policy`
  • Loading branch information
javierbertoli authored Apr 17, 2020
2 parents df5e9f3 + 8f3d3d1 commit 10f0eaa
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 10f0eaa

Please sign in to comment.