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