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

11 行
232B

  1. {%- from "linux/map.jinja" import system with context %}
  2. {%- if system.enabled %}
  3. # This state is obsolete, grains are now managed from salt.minion.grains so we
  4. # will just include it
  5. include:
  6. - salt.minion.grains
  7. {%- endif %}