소스 검색

Fix problem with stringvariable in pillar

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

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

@@ -48,6 +48,7 @@ iptables_{{ chain_name }}_ipv6_policy:
{%- endif %}

{%- for service_name, service in pillar.items() %}
{%- if service is mapping %}
{%- if service.get('_support', {}).get('iptables', {}).get('enabled', False) %}

{%- set grains_fragment_file = service_name+'/meta/iptables.yml' %}
@@ -59,6 +60,7 @@ iptables_{{ chain_name }}_ipv6_policy:
{% include "iptables/_rule.sls" %}
{%- endfor %}

{%- endif %}
{%- endif %}
{%- endfor %}


Loading…
취소
저장