Fix sasl_passwd indentation

This commit is contained in:
Scott Reid 2015-09-02 12:17:17 -07:00
parent f890079a9f
commit 7c8836a8d9

View file

@ -1,7 +1,7 @@
# Managed by config management # Managed by config management
{% set canonical = salt['pillar.get']('postfix:sasl_passwd',{}) -%} {% set canonical = salt['pillar.get']('postfix:sasl_passwd',{}) -%}
{% if canonical is iterable -%} {% 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 }} {{ key }} {{ value }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}