Fixing config parser-5
This commit is contained in:
parent
52225d274a
commit
6ef19635d1
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{% for section in salt['pillar.get']('traefik:config') -%}
|
||||
[{{ section }}]
|
||||
{% for key, val in section.iteritems() -%}
|
||||
{{ key }} = {{ val }}
|
||||
{% endfor -%}
|
||||
|
|
Loading…
Reference in a new issue