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