Saltstack Official Linux Formula
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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 %}