Fix sasl_passwd indentation
This commit is contained in:
parent
d520b6f2c5
commit
f890079a9f
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue