New version of salt-formula from Saltstack
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

21 lines
443B

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