From: Peter Palfrader Date: Fri, 1 Jun 2018 09:00:50 +0000 (+0200) Subject: nagios: we do not need proxy_http X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=6aa47d906ffb6a57f8633934469b348ee8665494 nagios: we do not need proxy_http --- diff --git a/modules/nagios/manifests/server.pp b/modules/nagios/manifests/server.pp index cc28ff46e..989e170c7 100644 --- a/modules/nagios/manifests/server.pp +++ b/modules/nagios/manifests/server.pp @@ -3,7 +3,6 @@ class nagios::server { include apache2::ssl include apache2::auth_digest include apache2::authn_anon - include apache2::proxy_http ssl::service { 'nagios.debian.org': notify => Exec['service apache2 reload'],