From 1bfa2d157f1bc896347c0ff30eebcb17a189f9d5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 26 Jun 2012 00:49:56 -0300 Subject: Adding login_info roundcube plugin --- manifests/web.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'manifests/web.pp') diff --git a/manifests/web.pp b/manifests/web.pp index e66035e..64dd964 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -43,6 +43,18 @@ class mail::web::virtual inherits websites::setup { content => template('mail/roundcube/main.inc.php.erb'), require => Package['roundcube'], } + + file { "/var/lib/roundcube/plugins/login_info": + ensure => $lsbdistcodename ? { + 'lenny' => absent, + default => present, + }, + owner => root, + group => root, + mode => 0644, + source => "puppet:///modules/mail/roundcube/plugins/login_info", + require => Package['roundcube'], + } } class mail::web::sympa inherits websites::setup { -- cgit v1.2.3