From cec96b9f06e69d97ec34993a8469f639031272ae Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 18 May 2018 00:41:46 -0400 Subject: [PATCH] Fixing config parser --- traefik/files/traefik.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/files/traefik.toml b/traefik/files/traefik.toml index 7d65ff4..f6c54e6 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -1,4 +1,4 @@ -{% for section in config.items() -%} +{% for section in config -%} [{{ section }}] {% for key, val in section.iteritems() -%} {{ key }} = {{ val }}