commit | 71cd0d8cc6ec57819ae6cea948bddf9683edf8c0 | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Sat Jan 16 01:33:04 2016 +0100 |
committer | Ales Komarek <mail@newt.cz> | Sat Jan 16 01:33:04 2016 +0100 |
tree | 0cf328b1c768741794a1b0fa88de5beb0556bc46 | |
parent | e756b9e76afd055f353b0349d25f5af4b60b7eab [diff] |
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