aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-15 18:58:54 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-15 18:58:54 -0200
commitf515843476504a389b4fe778cc307cb9684a1074 (patch)
treef7bc0d7853b774df56962eb4ec1a25bd94388265 /manifests
parent7516e17b02e560fe43e41b2b98dd263633b670c3 (diff)
downloadpuppet-nodo-f515843476504a389b4fe778cc307cb9684a1074.tar.gz
puppet-nodo-f515843476504a389b4fe778cc307cb9684a1074.tar.bz2
Including apt_all munin plugin
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; }
}