X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=blobdiff_plain;f=modules%2Fprofile%2Fmanifests%2Fapache.pp;h=3c25e2b6e2a996b700e82bbab79bbd0c08f07393;hp=7187350d3624fedf1904cf1fbe78ced1c11e931c;hb=54cb56fe666f54a11f6e0b1a53303508a1826114;hpb=8093d467c2f81afe4d321d0547e2cfc2c4067f57 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"