Skip to content

Commit 10f0eaa

Browse files
Merge pull request #51 from saltstack-formulas/myii-patch-1
fix(init): ensure save takes place for `enable_reject_policy`
2 parents df5e9f3 + 8f3d3d1 commit 10f0eaa

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)