From: Ismaƫl Bouya Date: Thu, 4 Jun 2020 13:09:53 +0000 (+0200) Subject: Add http2 module X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=54cb56fe666f54a11f6e0b1a53303508a1826114 Add http2 module --- 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"