nagios: we do not need proxy_http
[mirror/dsa-puppet.git] / modules / nagios / manifests / server.pp
index cc28ff4..989e170 100644 (file)
@@ -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'],