formula-traefik/traefik/files/traefik.toml

7 lines
168 B
TOML

{% for section in salt['pillar.get']('traefik:config') -%}
[{{ section }}]
{% for key, val in section.iteritems() -%}
{{ key }} = {{ val }}
{% endfor -%}
{% endfor -%}