From 54cb56fe666f54a11f6e0b1a53303508a1826114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 4 Jun 2020 15:09:53 +0200 Subject: Add http2 module --- modules/profile/manifests/apache.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/profile/manifests/apache.pp b/modules/profile/manifests/apache.pp index 7187350..3c25e2b 100644 --- a/modules/profile/manifests/apache.pp +++ b/modules/profile/manifests/apache.pp @@ -22,6 +22,11 @@ class profile::apache { filename => 'protocols.conf' } + ::apache::custom_config { 'protocols.load': + content => 'LoadModule http2_module /etc/httpd/modules/mod_http2.so', + filename => 'protocols.load' + } + ::apache::custom_config { 'document_root.conf': source => "puppet:///modules/profile/apache/document_root.conf", filename => "document_root.conf" -- cgit v1.2.3