From: Silvio Rhatto Date: Fri, 2 May 2014 16:56:44 +0000 (-0300) Subject: Package roundcube-sqlite renamed to roundcube-sqlite3 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6dc822c5fcff7ab195861b0a64e1cae34180b596;p=puppet-mail.git Package roundcube-sqlite renamed to roundcube-sqlite3 --- diff --git a/manifests/virtual/packages.pp b/manifests/virtual/packages.pp index 5885224..adfb862 100644 --- a/manifests/virtual/packages.pp +++ b/manifests/virtual/packages.pp @@ -20,7 +20,7 @@ class mail::virtual::packages { # Squeeze (or newer) packages if $::lsbdistcodename != 'lenny' { - package { [ 'roundcube', 'roundcube-sqlite', 'roundcube-plugins', 'roundcube-plugins-extra' ]: + package { [ 'roundcube', 'roundcube-sqlite3', 'roundcube-plugins', 'roundcube-plugins-extra' ]: ensure => latest, } }