From: Silvio Rhatto Date: Thu, 18 Feb 2010 00:47:10 +0000 (-0200) Subject: Including munin::client on nodo::master X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fff581b8224b9286b79b031fa7c60997751c8d34;p=puppet-nodo.git Including munin::client on nodo::master --- diff --git a/manifests/init.pp b/manifests/init.pp index 9e18a25..33b485f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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") }