]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Nagios apache workaround
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Jun 2010 02:11:09 +0000 (23:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Jun 2010 02:11:09 +0000 (23:11 -0300)
manifests/master.pp

index 5e1c04976244381848da283e439ab516f7174794..e9e45629dc14af79db9e3b72c97f3054c6a77333 100644 (file)
@@ -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":