mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 00:48:02 +01:00
Merge pull request #21 from tiger-seo/master
possibility to define Halite configuration for salt-master
This commit is contained in:
commit
4dadffc28d
@ -692,3 +692,12 @@ win_gitrepos:
|
||||
#win_gitrepos:
|
||||
# - 'https://github.com/saltstack/salt-winrepo.git'
|
||||
{% 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