summaryrefslogtreecommitdiff
path: root/manifests/web.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/web.pp')
-rw-r--r--manifests/web.pp6
1 files changed, 4 insertions, 2 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index 29a5b57..ed32087 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -8,8 +8,10 @@ class mail::web::virtual inherits websites::setup {
}
apache::site { "mail":
- #docroot => "/usr/share/squirrelmail",
- docroot => "/var/lib/roundcube",
+ docroot => $lsbdistcodename ? {
+ 'lenny' => "/usr/share/squirrelmail",
+ default => "/var/lib/roundcube",
+ }
source => true,
mpm => false,
}