summaryrefslogtreecommitdiff
path: root/manifests/web.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-24 23:33:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-24 23:33:54 -0300
commit306fd0f909cef9b82292788f91bd7d7d2cc773c6 (patch)
treecf1ce21a0feb0c2a3fe115ae341c2666feaa192d /manifests/web.pp
parentd41cc348be192d7902ce93a83e04106e572bf631 (diff)
downloadpuppet-mail-306fd0f909cef9b82292788f91bd7d7d2cc773c6.tar.gz
puppet-mail-306fd0f909cef9b82292788f91bd7d7d2cc773c6.tar.bz2
Owner and group for sympa http folder
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' ]: