From 4f2644d703a88bbcdf8b6ca0432c0d1b128654f3 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 17 May 2018 23:14:33 -0400 Subject: [PATCH] Trying to get config to work-2 --- 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 a6f759e..c83d9d6 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 pillar.get('traefik.config') -%} {% for key, val in section.iteritems() -%} {{ key }} = {{ val }} {% endfor -%}