Trying to fix init-env loop
This commit is contained in:
parent
3992492009
commit
e0e9e48821
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ fabio-init-env:
|
|||
- FABIO_GROUP={{ fabio.group }}
|
||||
- GOMAXPROCS=2
|
||||
- PATH=/usr/local/bin:/usr/bin:/bin
|
||||
{% for k, v in salt['pillar.get']('fabio:env', {}) %}
|
||||
{% for k, v in salt['pillar.get']('fabio:env', {}).items() %}
|
||||
- {{ k }}={{ v }}
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue