From 39924920097c45e5fb98c2e148c5fafb5fdc6396 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 21 May 2018 23:12:30 -0400 Subject: [PATCH] Updating loop for fabio:env --- fabio/service.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabio/service.sls b/fabio/service.sls index e615c40..b6a0134 100644 --- a/fabio/service.sls +++ b/fabio/service.sls @@ -16,7 +16,7 @@ fabio-init-env: - FABIO_GROUP={{ fabio.group }} - GOMAXPROCS=2 - PATH=/usr/local/bin:/usr/bin:/bin - {% for k, v in pillar.get('fabio:env').items() %} + {% for k, v in salt['pillar.get']('fabio:env', {}) %} - {{ k }}={{ v }} {% endfor %}