소스 검색

Only ensure chains if not container :)

pull/12/head
Michel Nederlof 7 년 전
부모
커밋
9383dcd7e5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      iptables/rules.sls

+ 2
- 0
iptables/rules.sls 파일 보기

@@ -2,6 +2,7 @@

{%- for chain_name, chain in service.get('chain', {}).iteritems() %}

{%- if grains.get('virtual_subtype', None) not in ['Docker', 'LXC'] %}
iptables_{{ chain_name }}:
iptables.chain_present:
- family: ipv4
@@ -23,6 +24,7 @@ iptables_{{ chain_name }}_ipv6:
- iptables: iptables_{{ chain_name }}_ipv6_policy
{%- endif %}
{%- endif %}
{%- endif %}

{%- if chain.policy is defined %}
iptables_{{ chain_name }}_policy:

Loading…
취소
저장