From 52b52882ab0708c80ab3919c71bca0bc15751b4e Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 18 May 2018 00:58:35 -0400 Subject: [PATCH] Testing config parser output --- 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 dd5a8e7..3eb8c69 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -4,5 +4,5 @@ {% for key, val in section.iteritems() -%} {{ key }} = {{ val }} {% endfor -%} +-#} {% endfor -%} - -#} \ No newline at end of file