From: Silvio Rhatto Date: Thu, 23 Sep 2010 19:09:04 +0000 (-0300) Subject: Including munin::host after munin::client X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=57ccaaa9f3db378b6561460d5cfab37877dc0684;p=puppet-nodo.git Including munin::host after munin::client --- diff --git a/manifests/master.pp b/manifests/master.pp index 23b78d2..1db4299 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -7,7 +7,6 @@ class nodo::master { include puppetmasterd if $main_master == true { - include munin::host include nagios::headless include nagios::defaults @@ -35,6 +34,11 @@ class nodo::master { include gitosis include websites::admin + # Munin configuration + if $main_master == true { + include munin::host + } + case $puppetmaster_db_password { '': { fail("Please set \$puppetmaster_db_password in your host config") } }