X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprofile%2Fmanifests%2Fapache.pp;h=3c25e2b6e2a996b700e82bbab79bbd0c08f07393;hb=54cb56fe666f54a11f6e0b1a53303508a1826114;hp=382633bb3f8c60d802356b43ce973d019066db91;hpb=0a21fb6c2c52ca5cc2dfdfc41ca0a51c0d81296c;p=perso%2FImmae%2FProjets%2FPuppet.git diff --git a/modules/profile/manifests/apache.pp b/modules/profile/manifests/apache.pp index 382633b..3c25e2b 100644 --- a/modules/profile/manifests/apache.pp +++ b/modules/profile/manifests/apache.pp @@ -4,6 +4,8 @@ class profile::apache { root_directory_options => ["All"], default_mods => false, default_vhost => false, + user => "http", + group => "http", log_formats => { combined => '%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %p', common => '%h %l %u %t \"%r\" %>s %b', @@ -20,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"