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.

16 satır
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 %}