updated dovecot state
This commit is contained in:
parent
e5bde53481
commit
4e2516367d
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user