From 6dc822c5fcff7ab195861b0a64e1cae34180b596 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 2 May 2014 13:56:44 -0300 Subject: Package roundcube-sqlite renamed to roundcube-sqlite3 --- manifests/virtual/packages.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } } -- cgit v1.2.3