Browse Source

Merge pull request #21 from tiger-seo/master

possibility to define Halite configuration for salt-master
master
Joseph Hall 11 years ago
parent
commit
4dadffc28d
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      salt/files/master

+ 9
- 0
salt/files/master View File

#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…
Cancel
Save