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
331B

  1. [[inputs.bond]]
  2. {%- include 'telegraf/files/input/_common.conf' %}
  3. {%- if values.bond_interfaces is defined %}
  4. bond_interfaces = {{ values.bond_interfaces | json }}
  5. {%- endif %}
  6. {%- if values.host_proc is defined %}
  7. host_proc = "{{ values.host_proc | json }}"
  8. {%- endif %}
  9. {%- include 'telegraf/files/input/_filters.conf' %}