summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/web.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index 828234e..26e0667 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -45,6 +45,7 @@ class mail::web::sympa inherits websites::setup {
ensure => present,
owner => sympa,
group => sympa,
+ mode => 0550,
content => "#!/bin/sh\n/usr/lib/cgi-bin/sympa/wwsympa.fcgi\n",
require => File["${apache_sites_folder}/${sympa_subdomain}/site"],
}