diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-30 17:50:07 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-06-30 17:50:07 +0200 |
commit | 3f379c2a19006fe21da9775c2fa9649d8e1bd8c0 (patch) | |
tree | 809d874deb5ad1a1ace7bca5bad6e4ca9ac92ef9 | |
parent | 7b26c44a88d4ba17b147ff53c3bdf4e6da51bb1e (diff) | |
download | Puppet-3f379c2a19006fe21da9775c2fa9649d8e1bd8c0.tar.gz Puppet-3f379c2a19006fe21da9775c2fa9649d8e1bd8c0.tar.zst Puppet-3f379c2a19006fe21da9775c2fa9649d8e1bd8c0.zip |
Fix apache owner
-rw-r--r-- | modules/profile/manifests/apache.pp | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
4 | root_directory_options => ["All"], | 4 | root_directory_options => ["All"], |
5 | default_mods => false, | 5 | default_mods => false, |
6 | default_vhost => false, | 6 | default_vhost => false, |
7 | user => "http", | ||
8 | group => "http", | ||
7 | log_formats => { | 9 | log_formats => { |
8 | combined => '%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %p', | 10 | combined => '%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %p', |
9 | common => '%h %l %u %t \"%r\" %>s %b', | 11 | common => '%h %l %u %t \"%r\" %>s %b', |