diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-24 17:45:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-24 17:45:14 -0300 |
commit | 4a8007ea2becb27b9ec2060f055c00bc8527ab30 (patch) | |
tree | af36340a3f1475e03c3375865d68c2f91a04c2b1 /manifests | |
parent | c9d613244a3aee826152118420c6f0df141724a9 (diff) | |
download | puppet-mail-4a8007ea2becb27b9ec2060f055c00bc8527ab30.tar.gz puppet-mail-4a8007ea2becb27b9ec2060f055c00bc8527ab30.tar.bz2 |
Minor fixes
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/web.pp | 8 |
1 files changed, 2 insertions, 6 deletions
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, } } |