diff options
Diffstat (limited to 'manifests/master.pp')
-rw-r--r-- | manifests/master.pp | 5 |
1 files changed, 5 insertions, 0 deletions
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": |