formula-traefik/traefik/files/traefik.toml

6 lines
144 B
TOML
Raw Normal View History

2018-05-17 23:12:41 -04:00
{% for section in pillar.get('traefik:config') -%}
2018-05-17 22:52:46 -04:00
{% for key, val in section.iteritems() -%}
{{ key }} = {{ val }}
{% endfor -%}
{% endfor -%}