Updating loop for fabio:env
This commit is contained in:
parent
fdf6beb663
commit
3992492009
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 pillar.get('fabio:env').items() %}
|
||||
{% for k, v in salt['pillar.get']('fabio:env', {}) %}
|
||||
- {{ k }}={{ v }}
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue