Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/362591 )

Change subject: librenms: add missing Apache headers module
......................................................................


librenms: add missing Apache headers module

This wasn't puppetized in the role (but worked on netmon1001
because another role uses it too) but is needed by the Apache
site config.

Leading to " Invalid command 'RequestHeader'" and Apache not starting
when using the role by itself.

Bug:T159756
Change-Id: Id15073b2fce7157ff9233afce676344e5d7ccffc
---
M modules/librenms/manifests/web.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/librenms/manifests/web.pp 
b/modules/librenms/manifests/web.pp
index 5210ecc..4df630a 100644
--- a/modules/librenms/manifests/web.pp
+++ b/modules/librenms/manifests/web.pp
@@ -10,7 +10,7 @@
     }
 
     include ::apache::mod::rewrite
-
+    include ::apache::mod::headers
     include ::apache::mod::ssl
 
     $ssl_settings = ssl_ciphersuite('apache', 'mid', true)

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id15073b2fce7157ff9233afce676344e5d7ccffc
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to