Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/239903

Change subject: lists: don't load mod status
......................................................................

lists: don't load mod status

The status module is not desired on the list server.

Change-Id: I61921bbdf512fef5d772ab6913459b0013b889d9
---
M modules/mailman/manifests/webui.pp
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/03/239903/1

diff --git a/modules/mailman/manifests/webui.pp 
b/modules/mailman/manifests/webui.pp
index b519692..3d270d0 100644
--- a/modules/mailman/manifests/webui.pp
+++ b/modules/mailman/manifests/webui.pp
@@ -9,6 +9,10 @@
         'auth_digest',
     ]: }
 
+    apache::mod_conf { 'status':
+        ensure => 'absent',
+    }
+
     $lists_servername = hiera('mailman::lists_servername')
 
     if os_version ( 'debian >= jessie') {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I61921bbdf512fef5d772ab6913459b0013b889d9
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

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

Reply via email to