From 002d3f0d3802ff70ddbe8d9e80ed504155a13313 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 7 Jun 2010 23:11:09 -0300 Subject: Nagios apache workaround --- manifests/master.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests') 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": -- cgit v1.2.3