aboutsummaryrefslogtreecommitdiff
path: root/manifests/defines/munin_node.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/defines/munin_node.pp')
-rw-r--r--manifests/defines/munin_node.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/defines/munin_node.pp b/manifests/defines/munin_node.pp
index aef5148..f867fd3 100644
--- a/manifests/defines/munin_node.pp
+++ b/manifests/defines/munin_node.pp
@@ -11,6 +11,10 @@ define munin_node(
'': { fail("Please set nodo::munin_node::allow in your config") }
}
+ package { "munin-plugins-extra":
+ ensure => "present",
+ }
+
class { 'munin::client':
port => $port,
allow => $allow,