New line char for 1 line plugins
diff --git a/collectd/client.sls b/collectd/client.sls
index 83ed62b..ae48006 100644
--- a/collectd/client.sls
+++ b/collectd/client.sls
@@ -96,7 +96,7 @@
   - defaults:
     plugin: {{ plugin|yaml }}
   {%- else %}
-  - contents: "LoadPlugin {{ plugin.plugin }}"
+  - contents: "LoadPlugin {{ plugin.plugin }}\n"
   {%- endif %}
   - user: root
   - mode: 660