summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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,