template - sasl passwd - update var to correct name
This commit is contained in:
parent
5d5570e2df
commit
b9011907e8
@ -1,5 +1,5 @@
|
|||||||
{% if postfix_sasl_passwd is defined %}
|
{% if postfix_sasl_password_map is defined %}
|
||||||
{% for passwd in postfix_sasl_passwd %}
|
{% for passwd in postfix_sasl_password_map %}
|
||||||
{{ passwd }}
|
{{ passwd }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user