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