updated dovecot state

This commit is contained in:
Paul 2021-01-02 16:16:41 +01:00
parent e5bde53481
commit 4e2516367d

View File

@ -1,11 +1,9 @@
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }} ## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{% macro render(key, value) %} {%- macro render(key, value) -%}
{%- if value is mapping %} {%- if value is mapping %}
{{ key }} { {{ key }} { {%- for k, v in value.items() %}
{%- for k, v in value.items() %} {{ render(k, v) }}
{{ render(k, v) }}
{%- endfor %} {%- endfor %}
} }
{%- elif value is string %} {%- elif value is string %}