Update minnion environment variable
This commit is contained in:
parent
dfc0de1e6d
commit
a3fdf07aa7
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ master: salt.actcur.com
|
||||||
{%- if pillar['env'] is defined -%}
|
{%- if pillar['env'] is defined -%}
|
||||||
{%- set env=pillar['env'] -%}
|
{%- set env=pillar['env'] -%}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
environment: {{ env }}
|
saltenv: {{ env }}
|
||||||
pillarenv: {{ env }}
|
pillarenv: {{ env }}
|
||||||
#
|
#
|
||||||
# If using the local file directory, then the state top file name needs to be
|
# If using the local file directory, then the state top file name needs to be
|
||||||
|
|
Loading…
Add table
Reference in a new issue