summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-05-09 12:41:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-05-09 12:41:58 -0300
commit445aa4d979029f330ea72c7d26923359338e4228 (patch)
treebba3ada2e4d026550a7205a10d024961040fc054 /manifests
parentc185e61df3b601274b96878f8f75d2e9fc66555e (diff)
downloadpuppet-mail-445aa4d979029f330ea72c7d26923359338e4228.tar.gz
puppet-mail-445aa4d979029f330ea72c7d26923359338e4228.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/web.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index ed32087..14bbb6a 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -11,7 +11,7 @@ class mail::web::virtual inherits websites::setup {
docroot => $lsbdistcodename ? {
'lenny' => "/usr/share/squirrelmail",
default => "/var/lib/roundcube",
- }
+ },
source => true,
mpm => false,
}