diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-24 22:29:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-24 22:29:37 -0300 |
commit | b77479d3441add59ff1ed9525e722b61cd162a50 (patch) | |
tree | 528224962466da7cfbbd27b0449b811db76e9047 /manifests | |
parent | 6da8ad347a47d7a7d06c93088bd5cee8d7469adf (diff) | |
download | puppet-mail-b77479d3441add59ff1ed9525e722b61cd162a50.tar.gz puppet-mail-b77479d3441add59ff1ed9525e722b61cd162a50.tar.bz2 |
Using a custom cgi script for sympa (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/web.pp | 1 |
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"], } |