From 810231ead207dfefda722c8589afc8e3b4314402 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Jun 2017 19:06:30 -0300 Subject: Changes for puppet 4 compatibility --- manifests/sympa/web.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/sympa') 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}"], } -- cgit v1.2.3