summaryrefslogtreecommitdiff
path: root/manifests/sympa/web.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:06:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:06:30 -0300
commit810231ead207dfefda722c8589afc8e3b4314402 (patch)
treed7279e30e6b10c35eaff0a072302f749513c930d /manifests/sympa/web.pp
parent0fb0591ce908cebd73d658101dbc3da1138dece9 (diff)
downloadpuppet-mail-810231ead207dfefda722c8589afc8e3b4314402.tar.gz
puppet-mail-810231ead207dfefda722c8589afc8e3b4314402.tar.bz2
Changes for puppet 4 compatibility
Diffstat (limited to 'manifests/sympa/web.pp')
-rw-r--r--manifests/sympa/web.pp2
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}"],
}