Formating fix

This commit is contained in:
Jerzy Drozdz 2017-03-29 17:45:17 +02:00
parent a8b0353c90
commit cab5e24854

View file

@ -48,7 +48,7 @@ logging {
{%- endif %} {%- endif %}
{%- endfor %} {%- endfor %}
{%- for statement, value in salt['pillar.get']('bind:config:logging:category', {}).items() -%} {%- for statement, value in salt['pillar.get']('bind:config:logging:category', {}).items() %}
category {{ statement }} { category {{ statement }} {
{%- for item in value %} {%- for item in value %}
{{ item }}; {{ item }};