5 lines
144 B
TOML
5 lines
144 B
TOML
{% for section in pillar.get('traefik.config') -%}
|
|
{% for key, val in section.iteritems() -%}
|
|
{{ key }} = {{ val }}
|
|
{% endfor -%}
|
|
{% endfor -%}
|