possibility to define Halite configuration for salt-master
This commit is contained in:
parent
f4b839a4fb
commit
507f2abc1a
@ -692,3 +692,12 @@ win_gitrepos:
|
|||||||
#win_gitrepos:
|
#win_gitrepos:
|
||||||
# - 'https://github.com/saltstack/salt-winrepo.git'
|
# - 'https://github.com/saltstack/salt-winrepo.git'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if 'halite' in master -%}
|
||||||
|
##### Halite #####
|
||||||
|
##########################################
|
||||||
|
halite:
|
||||||
|
{%- for name, value in master['halite'].iteritems() %}
|
||||||
|
{{ name }}: {{ value }}
|
||||||
|
{%- endfor %}
|
||||||
|
{%- endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user