From 8f3d3d19068d0c124efdc1c9b88412cec51ff339 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 17 Apr 2020 08:32:08 +0100 Subject: [PATCH] fix(init): ensure save takes place for `enable_reject_policy` --- iptables/init.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/iptables/init.sls b/iptables/init.sls index 8132d21..23bdc6e 100644 --- a/iptables/init.sls +++ b/iptables/init.sls @@ -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] }}