]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Including apt_all munin plugin
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 15 Feb 2011 20:58:54 +0000 (18:58 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 15 Feb 2011 20:58:54 +0000 (18:58 -0200)
manifests/subsystems/munin.pp

index 2e3211782549bfa33828b0cd479dd8dd3d72bef0..f29afb86bed4c36e98bd7c4aa7ec15f9ed7f8639 100644 (file)
@@ -16,4 +16,5 @@ define munin_node($port = '4949') {
   }
 
   include munin::client
+  munin::plugin { apt_all: ensure => present; }
 }