From cab5e24854f84490d26b13d17e854b2e7d70fe61 Mon Sep 17 00:00:00 2001 From: Jerzy Drozdz Date: Wed, 29 Mar 2017 17:45:17 +0200 Subject: [PATCH] Formating fix --- bind/files/redhat/named.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }};