From: Silvio Rhatto Date: Tue, 24 Aug 2010 20:45:14 +0000 (-0300) Subject: Minor fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4a8007ea2becb27b9ec2060f055c00bc8527ab30;p=puppet-mail.git Minor fixes --- diff --git a/manifests/web.pp b/manifests/web.pp index a29ea8b..d9ee390 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -22,12 +22,8 @@ class mail::web inherits websites::setup { } class mail::web::sympa { - case $mail_list_domain { - '': { $mail_list_domain = 'lists' } - } - - apache::site { "$mail_list_domain": - docroot => "${apache_sites_folder}/$mail_list_domain/site", + apache::site { "$sympa_subdomain": + docroot => "${apache_sites_folder}/$sympa_subdomain/site", source => true, } }