소스 검색

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

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

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

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

Loading…
취소
저장