]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Including munin::client on nodo::master
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 00:47:10 +0000 (22:47 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 00:47:10 +0000 (22:47 -0200)
manifests/init.pp

index 9e18a2560482d9ccfe3adc2c9320ed298df073dd..33b485fcb34294f90b5473cfda0016058dc0a4ee 100644 (file)
@@ -416,6 +416,7 @@ class nodo::master {
   include database
   include gitosis
   include websites::admin
+  include munin::client
 
   case $main_master {
     '': { fail("You need to define if this is the main master! Please set \$main_master in host config") }