From: Silvio Rhatto Date: Wed, 25 Aug 2010 02:33:54 +0000 (-0300) Subject: Owner and group for sympa http folder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=306fd0f909cef9b82292788f91bd7d7d2cc773c6;p=puppet-mail.git Owner and group for sympa http folder --- 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' ]: