]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Owner and group for sympa http folder
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 25 Aug 2010 02:33:54 +0000 (23:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 25 Aug 2010 02:33:54 +0000 (23:33 -0300)
manifests/web.pp

index 52a19c903a6d6d542a235f7ed206a87ee90b2205..2bfd5c4dfb276cdc5374f7c1073eeac2b5e4d779 100644 (file)
@@ -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' ]: