From 633a8fb93c63585a551419d4b876fd5591fd1aba Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 18 May 2018 00:59:38 -0400 Subject: [PATCH] Fixing config parser --- traefik/files/traefik.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/traefik/files/traefik.toml b/traefik/files/traefik.toml index 3eb8c69..fe070fc 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -1,8 +1,6 @@ {% for section in config -%} [{{ section }}] -{#- -{% for key, val in section.iteritems() -%} +{% for key, val in config[section].iteritems() -%} {{ key }} = {{ val }} {% endfor -%} --#} {% endfor -%}