diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-07 17:43:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-07 17:43:46 -0300 |
commit | 8ecd58a72f40f5801970b6c439e5f0f038cd6031 (patch) | |
tree | a2b9d249a1b038eb373fc7917cfd9a47112e2302 | |
parent | 27f3e293ea28215b6de0905f6bb747a995e682f8 (diff) | |
download | puppet-mail-8ecd58a72f40f5801970b6c439e5f0f038cd6031.tar.gz puppet-mail-8ecd58a72f40f5801970b6c439e5f0f038cd6031.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/web.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/web.pp b/manifests/web.pp index a97ffb5..2b3d7b9 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -91,7 +91,6 @@ class mail::web::sympa::disabled inherits mail::web::sympa { class mail::web::mlmmj inherits websites::setup { apache::site { "$mlmmj_subdomain": docroot => "/usr/share/mlmmj-php-web-admin", - source => true, owner => 'mlmmj', group => 'mlmmj', mpm_user => 'mlmmj', |