Fixing config parser-5

This commit is contained in:
Eric Renfro 2018-05-17 23:18:00 -04:00
parent 52225d274a
commit 6ef19635d1
1 changed files with 1 additions and 0 deletions

View File

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