summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/web.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index 073bc6c..29a5b57 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -8,7 +8,8 @@ class mail::web::virtual inherits websites::setup {
}
apache::site { "mail":
- docroot => "/usr/share/squirrelmail",
+ #docroot => "/usr/share/squirrelmail",
+ docroot => "/var/lib/roundcube",
source => true,
mpm => false,
}