Merge pull request #21 from tiger-seo/master

possibility to define Halite configuration for salt-master
This commit is contained in:
Joseph Hall 2014-01-14 04:56:47 -08:00
commit 4dadffc28d
1 changed files with 9 additions and 0 deletions

View File

@ -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 %}