Trying to get config to work-2

This commit is contained in:
Eric Renfro 2018-05-17 23:14:33 -04:00
parent 2fc78e0f1a
commit 4f2644d703
1 changed files with 1 additions and 1 deletions

View File

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