Переглянути джерело

Don't set policy if rules failed

tags/2016.12
Filip Pytloun 8 роки тому
джерело
коміт
21c93fb4e5
1 змінених файлів з 4 додано та 1 видалено
  1. +4
    -1
      iptables/service.sls

+ 4
- 1
iptables/service.sls Переглянути файл

@@ -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 %}

Завантаження…
Відмінити
Зберегти