summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-06-26 01:16:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-06-26 01:16:41 -0300
commitf53cc8086e9ce381b5235cf54aa47468ddd18885 (patch)
tree76adc7560ad362e6208db322ddb0f837401d1274 /manifests
parenta65a619e903cd5d1c9d23e74532c6b9d975f2c96 (diff)
downloadpuppet-mail-f53cc8086e9ce381b5235cf54aa47468ddd18885.tar.gz
puppet-mail-f53cc8086e9ce381b5235cf54aa47468ddd18885.tar.bz2
Fixing definition for login_info roundcube plugin
Diffstat (limited to 'manifests')
-rw-r--r--manifests/web.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index 5f67b49..27d5798 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -51,8 +51,9 @@ class mail::web::virtual inherits websites::setup {
file { "/var/lib/roundcube/plugins/login_info":
ensure => $lsbdistcodename ? {
'lenny' => absent,
- default => present,
+ default => directory,
},
+ recurse => true,
owner => root,
group => root,
mode => 0644,