Saltstack Official Linux Formula
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.

12 lines
266B

  1. {%- if pillar.linux is defined %}
  2. include:
  3. {%- if pillar.linux.system is defined %}
  4. - linux.system
  5. {%- endif %}
  6. {%- if pillar.linux.network is defined %}
  7. - linux.network
  8. {%- endif %}
  9. {%- if pillar.linux.storage is defined %}
  10. - linux.storage
  11. {%- endif %}
  12. {%- endif %}