Saltstack Official Linux Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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