Bläddra i källkod

The chain is only ensured if we are not a container.

pull/12/head
Michel Nederlof 7 år sedan
förälder
incheckning
7da7ad7f49
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      iptables/_rule.sls

+ 2
- 0
iptables/_rule.sls Visa fil

@@ -57,6 +57,8 @@ iptables_{{ chain_name }}_{{ rule_name }}:
- require_in:
- iptables: iptables_{{ chain_name }}_policy
{%- endif %}
{%- if grains.get('virtual_subtype', None) not in ['Docker', 'LXC'] %}
- require:
- iptables: iptables_{{ chain_name }}{% if rule.family is defined %}_{{ rule.family }}{% endif %}
{%- endif %}
- save: True

Laddar…
Avbryt
Spara