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.

17 lines
401B

  1. include:
  2. - salt.minion.service
  3. - salt.minion.grains
  4. {%- if pillar.salt.minion.graph_states is defined %}
  5. - salt.minion.graph
  6. {%- endif %}
  7. {%- if pillar.salt.minion.ca is defined %}
  8. - salt.minion.ca
  9. {%- endif %}
  10. - salt.minion.cert
  11. {%- if pillar.salt.minion.proxy_minion is defined %}
  12. - salt.minion.proxy
  13. {%- endif %}
  14. {%- if pillar.salt.minion.env_vars is defined %}
  15. - salt.minion.env_vars
  16. {%- endif %}