Trying to get config to work-2
This commit is contained in:
parent
2fc78e0f1a
commit
4f2644d703
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{% for section in pillar.get('traefik:config') -%}
|
{% for section in pillar.get('traefik.config') -%}
|
||||||
{% for key, val in section.iteritems() -%}
|
{% for key, val in section.iteritems() -%}
|
||||||
{{ key }} = {{ val }}
|
{{ key }} = {{ val }}
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
|
|
Loading…
Reference in a new issue