aboutsummaryrefslogtreecommitdiff
path: root/manifests/defines
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-05 15:36:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-05 15:36:21 -0300
commit2f41b9eaf6275d6d222efec626ba41edf0e76332 (patch)
treef6168f4a1adbfc38c5260f02339589cfe82eae84 /manifests/defines
parent7ed1c52b68bbdafe9669cd3e3fcbdd3cc1202ff6 (diff)
downloadpuppet-nodo-2f41b9eaf6275d6d222efec626ba41edf0e76332.tar.gz
puppet-nodo-2f41b9eaf6275d6d222efec626ba41edf0e76332.tar.bz2
Configuring apc_nis munin plugin
Diffstat (limited to 'manifests/defines')
-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,