From 6ef19635d115379906a4824fdc5935a51b923a1a Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 17 May 2018 23:18:00 -0400 Subject: [PATCH] Fixing config parser-5 --- traefik/files/traefik.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/traefik/files/traefik.toml b/traefik/files/traefik.toml index 325281d..46d3913 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -1,4 +1,5 @@ {% for section in salt['pillar.get']('traefik:config') -%} +[{{ section }}] {% for key, val in section.iteritems() -%} {{ key }} = {{ val }} {% endfor -%}