浏览代码

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

正在加载...
取消
保存