summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-24 17:45:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-24 17:45:14 -0300
commit4a8007ea2becb27b9ec2060f055c00bc8527ab30 (patch)
treeaf36340a3f1475e03c3375865d68c2f91a04c2b1 /manifests
parentc9d613244a3aee826152118420c6f0df141724a9 (diff)
downloadpuppet-mail-4a8007ea2becb27b9ec2060f055c00bc8527ab30.tar.gz
puppet-mail-4a8007ea2becb27b9ec2060f055c00bc8527ab30.tar.bz2
Minor fixes
Diffstat (limited to 'manifests')
-rw-r--r--manifests/web.pp8
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,
}
}