diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2011-05-09 12:41:58 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2011-05-09 12:41:58 -0300 | 
| commit | 445aa4d979029f330ea72c7d26923359338e4228 (patch) | |
| tree | bba3ada2e4d026550a7205a10d024961040fc054 /manifests/web.pp | |
| parent | c185e61df3b601274b96878f8f75d2e9fc66555e (diff) | |
| download | puppet-mail-445aa4d979029f330ea72c7d26923359338e4228.tar.gz puppet-mail-445aa4d979029f330ea72c7d26923359338e4228.tar.bz2 | |
Minor fix
Diffstat (limited to 'manifests/web.pp')
| -rw-r--r-- | manifests/web.pp | 2 | 
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,    } | 
