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.
|
- {%- if pillar.salt.control is defined %}
- include:
- {%- if pillar.salt.control.cloud_enabled is defined %}
- - salt.control.cloud
- {%- endif %}
- {%- if pillar.salt.control.docker_enabled is defined %}
- - salt.control.docker
- {%- endif %}
- {%- if pillar.salt.control.maas_enabled is defined %}
- - salt.control.maas
- {%- endif %}
- {%- if pillar.salt.control.virt_enabled is defined %}
- - salt.control.virt
- {%- endif %}
- {%- endif %}
|