New version of salt-formula from Saltstack
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- {%- if pillar.salt is defined %}
- include:
- {%- if pillar.salt.master is defined %}
- - salt.master
- {%- endif %}
- {%- if pillar.salt.minion is defined %}
- - salt.minion
- {%- endif %}
- {%- if pillar.salt.syndic is defined %}
- - salt.syndic
- {%- endif %}
- {%- if pillar.salt.control is defined %}
- - salt.control
- {%- endif %}
- {%- if pillar.salt.api is defined %}
- - salt.api
- {%- endif %}
- {%- endif %}
|