diff --git a/bind/files/redhat/named.conf b/bind/files/redhat/named.conf index 8641a12..11a10da 100644 --- a/bind/files/redhat/named.conf +++ b/bind/files/redhat/named.conf @@ -48,7 +48,7 @@ logging { {%- endif %} {%- 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 }} { {%- for item in value %} {{ item }};