diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:06:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:06:30 -0300 |
commit | 810231ead207dfefda722c8589afc8e3b4314402 (patch) | |
tree | d7279e30e6b10c35eaff0a072302f749513c930d /manifests/sympa | |
parent | 0fb0591ce908cebd73d658101dbc3da1138dece9 (diff) | |
download | puppet-mail-810231ead207dfefda722c8589afc8e3b4314402.tar.gz puppet-mail-810231ead207dfefda722c8589afc8e3b4314402.tar.bz2 |
Changes for puppet 4 compatibility
Diffstat (limited to 'manifests/sympa')
-rw-r--r-- | manifests/sympa/web.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/sympa/web.pp b/manifests/sympa/web.pp index a174e62..ebbfa64 100644 --- a/manifests/sympa/web.pp +++ b/manifests/sympa/web.pp @@ -25,7 +25,7 @@ class mail::sympa::web inherits websites::setup { ensure => present, owner => sympa, group => sympa, - mode => 0550, + mode => '0550', content => "#!/bin/sh\n/usr/lib/cgi-bin/sympa/wwsympa.fcgi\n", require => File["${apache::www_folder}/${sympa::subdomain}"], } |