From 52225d274ad137b923433ddf80c61da4f4a6afee Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 17 May 2018 23:16:44 -0400 Subject: [PATCH] Fixing config parser-3 --- 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 c83d9d6..325281d 100644 --- a/traefik/files/traefik.toml +++ b/traefik/files/traefik.toml @@ -1,4 +1,4 @@ -{% for section in pillar.get('traefik.config') -%} +{% for section in salt['pillar.get']('traefik:config') -%} {% for key, val in section.iteritems() -%} {{ key }} = {{ val }} {% endfor -%}