arreglando templates
This commit is contained in:
parent
d09183957f
commit
2c1439305c
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
plugin {
|
plugin {
|
||||||
quota_rule = *:storage={{ dovecot_quota_limit }}
|
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 }}
|
quota_rule{{ loop.index + 1 }} = {{ key }}:storage=+{{ value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user