]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Package roundcube-sqlite renamed to roundcube-sqlite3
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 2 May 2014 16:56:44 +0000 (13:56 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 2 May 2014 16:56:44 +0000 (13:56 -0300)
manifests/virtual/packages.pp

index 5885224c0259a8de8b46ffb264b937ea59399fe3..adfb8621e2fe36d7c8121a802b207e0e202919d4 100644 (file)
@@ -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,
     } 
   }