arreglando templates

This commit is contained in:
Mauro Torrez 2019-05-30 23:54:51 -03:00
parent d09183957f
commit 2c1439305c

View File

@ -16,7 +16,7 @@
plugin {
quota_rule = *:storage={{ dovecot_quota_limit }}
{%- for key, value in dovecot_quota_additional_limit.iteritems() %}
{%- for key, value in dovecot_quota_additional_limit.items() %}
quota_rule{{ loop.index + 1 }} = {{ key }}:storage=+{{ value }}
{% endfor %}