Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
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>