summaryrefslogtreecommitdiffstats
path: root/modules/tick/manifests/client/plugin/godwrap.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tick/manifests/client/plugin/godwrap.pp')
-rw-r--r--modules/tick/manifests/client/plugin/godwrap.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/tick/manifests/client/plugin/godwrap.pp b/modules/tick/manifests/client/plugin/godwrap.pp
new file mode 100644
index 0000000..508e817
--- /dev/null
+++ b/modules/tick/manifests/client/plugin/godwrap.pp
@@ -0,0 +1,7 @@
+class tick::client::plugin::godwrap {
+ file { "/etc/telegraf/telegraf.d/godwrap.conf":
+ source => 'puppet:///modules/tick/plugins/godwrap.conf',
+ require => File["/etc/telegraf/telegraf.d"],
+ notify => Service["telegraf"];
+ }
+}