From 27ed49eafec19568d5a05aa068968b5f6c251a77 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 18 Jun 2016 10:14:24 -0300 Subject: Not using roundcube-plugins-extra --- manifests/virtual/packages.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifests/virtual/packages.pp b/manifests/virtual/packages.pp index 1297731..4945762 100644 --- a/manifests/virtual/packages.pp +++ b/manifests/virtual/packages.pp @@ -20,11 +20,16 @@ class mail::virtual::packages { # Squeeze (or newer) packages if $::lsbdistcodename != 'lenny' { - package { [ 'roundcube', 'roundcube-sqlite3', 'roundcube-plugins', 'roundcube-plugins-extra', 'roundcube-mysql' ]: + package { [ 'roundcube', 'roundcube-sqlite3', 'roundcube-plugins', 'roundcube-mysql' ]: ensure => latest, } } + # Not in use right now + package { 'roundcube-plugins-extra': + ensure => absent, + } + # We'll force SSL through the proxy package { 'squirrelmail-secure-login': ensure => absent, -- cgit v1.2.3