summaryrefslogtreecommitdiff
path: root/manifests/web.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/web.pp')
-rw-r--r--manifests/web.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index 52a19c9..2bfd5c4 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -25,6 +25,8 @@ class mail::web::sympa inherits websites::setup {
apache::site { "$sympa_subdomain":
docroot => "${apache_www_folder}/${sympa_subdomain}",
source => true,
+ owner => sympa,
+ group => sympa,
}
package { [ 'apache2-suexec', 'libapache2-mod-fcgid' ]: