From: Ismaƫl Bouya Date: Sat, 30 Jun 2018 15:50:07 +0000 (+0200) Subject: Fix apache owner X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=3f379c2a19006fe21da9775c2fa9649d8e1bd8c0;p=perso%2FImmae%2FProjets%2FPuppet.git Fix apache owner --- diff --git a/modules/profile/manifests/apache.pp b/modules/profile/manifests/apache.pp index 382633b..7187350 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',