From ee5107d99d34f876d79613ee54fcb5b9481f0303 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 18 May 2018 00:50:31 -0400 Subject: [PATCH] Testing 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 474da95..2bd0fbc 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -1,5 +1,5 @@ {% for section in config -%} -[{{ section.key() }}] +{#- [{{ section.key() }}] -#} {% for key, val in section.items() -%} {{ key }} = {{ val }} {% endfor -%}