From: Ismaƫl Bouya Date: Thu, 4 Jun 2020 13:10:56 +0000 (+0200) Subject: Merge branch 'dev' X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=HEAD;hp=76fd3abc7e4ba2f478f7e3d823b3ab8c8946b97c Merge branch 'dev' --- 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"