New version of salt-formula from Saltstack
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

init.sls 417B

9 lat temu
123456789101112131415
  1. {%- if pillar.salt.control is defined %}
  2. include:
  3. {%- if pillar.salt.control.cloud_enabled is defined %}
  4. - salt.control.cloud
  5. {%- endif %}
  6. {%- if pillar.salt.control.docker_enabled is defined %}
  7. - salt.control.docker
  8. {%- endif %}
  9. {%- if pillar.salt.control.maas_enabled is defined %}
  10. - salt.control.maas
  11. {%- endif %}
  12. {%- if pillar.salt.control.virt_enabled is defined %}
  13. - salt.control.virt
  14. {%- endif %}
  15. {%- endif %}