New version of salt-formula from Saltstack
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

16 rindas
417B

  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 %}