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.

15 line
314B

  1. <LoadPlugin df>
  2. Globals false
  3. </LoadPlugin>
  4. <Plugin df>
  5. {%- for fs_type in plugin.get('fs_types', []) %}
  6. FSType {{ fs_type }}
  7. {%- endfor %}
  8. IgnoreSelected {{ plugin.get('ignore_selected', False)|lower }}
  9. ReportByDevice false
  10. ReportInodes true
  11. ValuesAbsolute true
  12. ValuesPercentage true
  13. </Plugin>