New version of salt-formula from Saltstack
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- include:
- - salt.master.service
- {%- if pillar.salt.master.reactor is defined %}
- - salt.master.reactor
- {%- endif %}
- - salt.master.env
- - salt.master.pillar
- - salt.master.minion
- {%- if pillar.salt.master.win_repo is defined %}
- - salt.master.win_repo
- {%- endif %}
- {%- if pillar.salt.master.ssh is defined %}
- - salt.master.ssh
- {%- endif %}
- {#
- - salt.master.orchestrate
- #}
|