From: Silvio Rhatto Date: Wed, 25 Aug 2010 01:15:15 +0000 (-0300) Subject: Minor fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bb1ebfec56cd5e8772dbf418ddf7f061c4bc89c9;p=puppet-mail.git Minor fixes --- diff --git a/manifests/web.pp b/manifests/web.pp index fbe1b44..316d5be 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -41,8 +41,8 @@ class mail::web::sympa inherits websites::setup { require => Package["apache2-suexec"], } - file { "${apache_sites_folder}/$sympa_subdomain/site/wwsympa.fcgi": + file { "${apache_sites_folder}/${sympa_subdomain}/site/wwsympa.fcgi": ensure => "/usr/lib/cgi-bin/sympa/wwsympa.fcgi", - require => File["${apache_sites_folder}/sympa/site"], + require => File["${apache_sites_folder}/${sympa_subdomain}/site"], } }