This is to comply to a comment from @cznewt in https://github.com/tcpcloud/salt-formula-heka/pull/24.tags/2016.12
template: linux/files/collectd_netlink.conf | template: linux/files/collectd_netlink.conf | ||||
ignore_selected: false | ignore_selected: false | ||||
interfaces: | interfaces: | ||||
{%- for interface_name in salt['netlink.ls']() %} | |||||
{%- for interface_name in salt['linux_netlink.ls']() %} | |||||
- {{ interface_name }} | - {{ interface_name }} | ||||
{%- endfor %} | {%- endfor %} | ||||
linux_system_cpu: | linux_system_cpu: |