From: Silvio Rhatto Date: Tue, 15 Feb 2011 20:58:54 +0000 (-0200) Subject: Including apt_all munin plugin X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f515843476504a389b4fe778cc307cb9684a1074;p=puppet-nodo.git Including apt_all munin plugin --- 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; } }