diff --git a/traefik/files/traefik.toml b/traefik/files/traefik.toml index dddd172..048683f 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -2,7 +2,7 @@ {%- set config = salt['pillar.get']('traefik:config', {}) -%} -{% for section in config.iteritems() -%} +{% for section in config.values() -%} [{{ section }}] {% for key, val in section.iteritems() -%} {{ key }} = {{ val }}