Fixing config parser-3

This commit is contained in:
Eric Renfro 2018-05-17 23:16:44 -04:00
parent 4f2644d703
commit 52225d274a
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 salt['pillar.get']('traefik:config') -%}
{% for key, val in section.iteritems() -%}
{{ key }} = {{ val }}
{% endfor -%}