updated postfix state

This commit is contained in:
Paul 2020-07-19 23:42:47 +02:00
parent e7812233ce
commit 896fcdf8d7
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
--- ---
include: include:
- acme
- .install - .install
- .config - .config
- .maps - .maps

View File

@ -1,4 +1,5 @@
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }} ## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{% for k, v in config.items() -%} {% for k, v in config.items() -%}
{{ k }} = {{ v }} {{ k }} = {{ v }}
{% endfor -%} {% endfor -%}