summaryrefslogtreecommitdiff
path: root/manifests/plugins/muninhost.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins/muninhost.pp')
-rw-r--r--manifests/plugins/muninhost.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/plugins/muninhost.pp b/manifests/plugins/muninhost.pp
new file mode 100644
index 0000000..2af4897
--- /dev/null
+++ b/manifests/plugins/muninhost.pp
@@ -0,0 +1,4 @@
+class munin::plugins::muninhost inherits munin::plugins::base {
+ munin::plugin { munin_update: }
+ munin::plugin { munin_graph: }
+}