## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }} {%- from "postfix/map.jinja" import postfix with context %} {%- for key, value in postfix.config.main.items() %} {{ key }} = {% if value is iterable and value is not string -%}{{ value|join(',') }}{%- else -%}{{ value }}{%- endif -%} {%- endfor %}