From f53cc8086e9ce381b5235cf54aa47468ddd18885 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 26 Jun 2012 01:16:41 -0300 Subject: Fixing definition for login_info roundcube plugin --- manifests/web.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') 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, -- cgit v1.2.3