Fix config
diff --git a/collectd/files/collectd.conf b/collectd/files/collectd.conf
index d113f04..fc48a19 100644
--- a/collectd/files/collectd.conf
+++ b/collectd/files/collectd.conf
@@ -881,7 +881,7 @@
 {%- if client.file_logging %}
 Include "/etc/collectd/conf.d/00_collectd_logfile.conf"
 {%- endif %}
-{%- for plugin_name, plugin in service_grains.collectd.plugin.iteritems() %}
+{%- for plugin_name, plugin in service_grains.collectd.local_plugin.iteritems() %}
 {%- if (plugin.get('execution', 'local') == 'local' or client.remote_collector) and plugin.get('plugin', 'native') not in ['python'] %}
 Include "{{ client.config_dir }}/{{ plugin_name }}.conf"
 {%- endif %}