Rename netlink.py to linux_netlink.py

This is to comply to a comment from @cznewt in
https://github.com/tcpcloud/salt-formula-heka/pull/24.
diff --git a/_modules/netlink.py b/_modules/linux_netlink.py
similarity index 100%
rename from _modules/netlink.py
rename to _modules/linux_netlink.py
diff --git a/linux/meta/collectd.yml b/linux/meta/collectd.yml
index b310f41..5410d2a 100644
--- a/linux/meta/collectd.yml
+++ b/linux/meta/collectd.yml
@@ -4,7 +4,7 @@
     template: linux/files/collectd_netlink.conf
     ignore_selected: false
     interfaces:
-    {%- for interface_name in salt['netlink.ls']() %}
+    {%- for interface_name in salt['linux_netlink.ls']() %}
     - {{ interface_name }}
     {%- endfor %}
   linux_system_cpu: