Fix sasl_passwd indentation

This commit is contained in:
Scott Reid 2015-09-02 12:17:17 -07:00
parent f890079a9f
commit 7c8836a8d9
1 changed files with 2 additions and 2 deletions

View File

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