formula-postfix/postfix/relay_domains

8 lines
264 B
Plaintext
Raw Normal View History

2016-05-18 12:38:46 -04:00
# Managed by config management
{% set canonical = salt['pillar.get']('postfix:relay_domains',{}) -%}
{% if canonical is iterable -%}
{% for key,value in salt['pillar.get']('postfix:relay_domains',{}).iteritems() -%}
{{ key }} {{ value }}
{% endfor %}
{% endif %}