[MediaWiki-commits] [Gerrit] operations/puppet[production]: apache: Add http2 to mod

2017-11-22 Thread Dzahn (Code Review)
Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/392495 )

Change subject: apache: Add http2 to mod
..


apache: Add http2 to mod

This will enable http/2 in apache

Change-Id: I9b487998fe66123038174ffb9aef4bde1184e09a
---
M modules/apache/manifests/mod.pp
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/apache/manifests/mod.pp b/modules/apache/manifests/mod.pp
index 76d411e..f336d30 100644
--- a/modules/apache/manifests/mod.pp
+++ b/modules/apache/manifests/mod.pp
@@ -64,6 +64,13 @@
 # https://httpd.apache.org/docs/current/mod/mod_headers.html
 class apache::mod::headers { apache::mod_conf { 'headers':} }
 
+# https://httpd.apache.org/docs/current/mod/mod_http2.html
+class apache::mod::http2 {
+  if os_version('debian >= stretch') {
+apache::mod_conf { 'http2': }
+  }
+}
+
 # https://httpd.apache.org/docs/current/mod/mod_lbmethod_byrequests.html
 class apache::mod::lbmethod_byrequests  { apache::mod_conf { 
'lbmethod_byrequests': } }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9b487998fe66123038174ffb9aef4bde1184e09a
Gerrit-PatchSet: 6
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Paladox 
Gerrit-Reviewer: Alexandros Kosiaris 
Gerrit-Reviewer: Chad 
Gerrit-Reviewer: Dzahn 
Gerrit-Reviewer: Paladox 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] operations/puppet[production]: apache: Add http2 to mod

2017-11-20 Thread Paladox (Code Review)
Paladox has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/392495 )

Change subject: apache: Add http2 to mod
..

apache: Add http2 to mod

This will enable http/2 in apache

Change-Id: I9b487998fe66123038174ffb9aef4bde1184e09a
---
0 files changed, 0 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/95/392495/1


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b487998fe66123038174ffb9aef4bde1184e09a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Paladox 
Gerrit-Reviewer: jenkins-bot <>

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