Browse Source

possibility to define Halite configuration for salt-master

master
tiger-seo 11 years ago
parent
commit
507f2abc1a
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      salt/files/master

+ 9
- 0
salt/files/master 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 %}

Loading…
Cancel
Save