6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
|
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
||
|
|
||
|
{%- from "postfix/map.jinja" import postfix with context %}
|
||
|
{%- for key, value in postfix.config.transport.items() %}
|
||
|
{{ value.destination }} {{ value.endpoint }}
|
||
|
{%- endfor %}
|