Bläddra i källkod

Don't set policy if rules failed

tags/2016.12
Filip Pytloun 8 år sedan
förälder
incheckning
21c93fb4e5
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. +4
    -1
      iptables/service.sls

+ 4
- 1
iptables/service.sls Visa fil

@@ -71,7 +71,10 @@ iptables_{{ chain_name }}_{{ rule_name }}:
{%- if rule.destination_network is defined %}
- destination: {{ rule.destination_network }}
{%- endif %}

{%- if chain.policy is defined %}
- require_in:
- iptables: iptables_{{ chain_name }}_policy:
{%- endif %}
- save: True

{%- endfor %}

Laddar…
Avbryt
Spara