diff --git a/traefik/files/traefik.toml b/traefik/files/traefik.toml index a6f759e..c83d9d6 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 pillar.get('traefik.config') -%} {% for key, val in section.iteritems() -%} {{ key }} = {{ val }} {% endfor -%}