Alexandros Kosiaris has submitted this change and it was merged.

Change subject: icinga: Remove the access_compat removal
......................................................................


icinga: Remove the access_compat removal

We have anyway safeguarded the parts of the configuration that need
access_compat with IfVersion guards. And since the main apache class
enables this mod, stick with it

Change-Id: I130a2c96077ff0e11a9a3f6c6e39446695b36cde
---
M modules/icinga/manifests/web.pp
1 file changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/modules/icinga/manifests/web.pp b/modules/icinga/manifests/web.pp
index 634a451..8644bf7 100644
--- a/modules/icinga/manifests/web.pp
+++ b/modules/icinga/manifests/web.pp
@@ -14,10 +14,6 @@
     include ::apache::mod::ssl
     include ::apache::mod::headers
     include ::apache::mod::cgi
-    # Disable access_compat module on Debian >= Jessie
-    if os_version('debian >= jessie') {
-        apache::mod_conf { 'access_compat': ensure => absent }
-    }
 
     ferm::service { 'icinga-https':
       proto => 'tcp',

-- 
To view, visit https://gerrit.wikimedia.org/r/316818
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I130a2c96077ff0e11a9a3f6c6e39446695b36cde
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to