projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d60da
)
nagios: we do not need proxy_http
author
Peter Palfrader
<peter@palfrader.org>
Fri, 1 Jun 2018 09:00:50 +0000
(11:00 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 1 Jun 2018 09:00:50 +0000
(11:00 +0200)
modules/nagios/manifests/server.pp
patch
|
blob
|
history
diff --git
a/modules/nagios/manifests/server.pp
b/modules/nagios/manifests/server.pp
index
cc28ff4
..
989e170
100644
(file)
--- 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'],