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 -%}