]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Fix apache owner
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 30 Jun 2018 15:50:07 +0000 (17:50 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 30 Jun 2018 15:50:07 +0000 (17:50 +0200)
modules/profile/manifests/apache.pp

index 382633bb3f8c60d802356b43ce973d019066db91..7187350d3624fedf1904cf1fbe78ced1c11e931c 100644 (file)
@@ -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',