Kaynağa Gözat

Pillar that cointains string variables throw jinja error (#15)

* change file mode to 644

* change file mode to 644

* Fix problem with stringvariable in pillar
pull/16/merge
Piotr Pieprzycki 7 yıl önce
ebeveyn
işleme
7df3a168f8
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      iptables/rules.sls

+ 2
- 0
iptables/rules.sls Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet