Saltstack Official Linux Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
212B

  1. LoadPlugin df
  2. <Plugin df>
  3. {%- for fs_type in plugin.get('fs_types', []) %}
  4. FSType {{ fs_type }}
  5. {%- endfor %}
  6. {%- if plugin.get('ignore_selected', False) %}
  7. IgnoreSelected true
  8. {%- endif %}
  9. </Plugin>