aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/munin.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/subsystems/munin.pp b/manifests/subsystems/munin.pp
index 2e32117..f29afb8 100644
--- a/manifests/subsystems/munin.pp
+++ b/manifests/subsystems/munin.pp
@@ -16,4 +16,5 @@ define munin_node($port = '4949') {
}
include munin::client
+ munin::plugin { apt_all: ensure => present; }
}