From: Silvio Rhatto Date: Tue, 8 Jun 2010 02:11:09 +0000 (-0300) Subject: Nagios apache workaround X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=002d3f0d3802ff70ddbe8d9e80ed504155a13313;p=puppet-nodo.git Nagios apache workaround --- diff --git a/manifests/master.pp b/manifests/master.pp index 5e1c049..e9e4562 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -9,6 +9,11 @@ class nodo::master { include munin::host include nagios + # TODO: nagios apache workaround + file { "/etc/apache2/conf.d/nagios3.conf": + ensure => absent, + } + # The main master has a host entry pointing to itself, other # masters still retrieve catalogs from the main master. host { "puppet":