From 7c8836a8d9b487aeda9f0b49f67347948b6604b7 Mon Sep 17 00:00:00 2001 From: Scott Reid Date: Wed, 2 Sep 2015 12:17:17 -0700 Subject: [PATCH] Fix sasl_passwd indentation --- postfix/sasl_passwd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix/sasl_passwd b/postfix/sasl_passwd index a81d2b9..df651c3 100644 --- a/postfix/sasl_passwd +++ b/postfix/sasl_passwd @@ -1,7 +1,7 @@ # Managed by config management {% set canonical = salt['pillar.get']('postfix:sasl_passwd',{}) -%} {% if canonical is iterable -%} - {% for key,value in salt['pillar.get']('postfix:sasl_passwd',{}).iteritems() -%} +{% for key,value in salt['pillar.get']('postfix:sasl_passwd',{}).iteritems() -%} {{ key }} {{ value }} - {% endfor %} +{% endfor %} {% endif %}