summaryrefslogtreecommitdiff
path: root/manifests/plugins/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins/debian.pp')
-rw-r--r--manifests/plugins/debian.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/plugins/debian.pp b/manifests/plugins/debian.pp
new file mode 100644
index 0000000..f239989
--- /dev/null
+++ b/manifests/plugins/debian.pp
@@ -0,0 +1,4 @@
+class munin::plugins::debian inherits munin::plugins::base {
+ munin::plugin { apt_all: ensure => present; }
+}
+