Fix sasl_passwd indentation

This commit is contained in:
Scott Reid 2015-09-02 12:11:05 -07:00
parent d520b6f2c5
commit f890079a9f
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
{% set canonical = salt['pillar.get']('postfix:sasl_passwd',{}) -%}
{% if canonical is iterable -%}
{% for key,value in salt['pillar.get']('postfix:sasl_passwd',{}).iteritems() -%}
{{ key }} {{ value }}
{{ key }} {{ value }}
{% endfor %}
{% endif %}