summaryrefslogtreecommitdiff
path: root/manifests/web.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/web.pp')
-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,
}
}