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.

18 lines
370B

  1. include:
  2. - salt.master.service
  3. {%- if pillar.salt.master.reactor is defined %}
  4. - salt.master.reactor
  5. {%- endif %}
  6. - salt.master.env
  7. - salt.master.pillar
  8. - salt.master.minion
  9. {%- if pillar.salt.master.windows_repo is defined %}
  10. - salt.master.win_repo
  11. {%- endif %}
  12. {%- if pillar.salt.master.ssh is defined %}
  13. - salt.master.ssh
  14. {%- endif %}
  15. {#
  16. - salt.master.orchestrate
  17. #}