diff --git a/traefik/files/traefik.toml b/traefik/files/traefik.toml index c83d9d6..325281d 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -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 -%}