diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-02 13:56:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-02 13:56:44 -0300 |
commit | 6dc822c5fcff7ab195861b0a64e1cae34180b596 (patch) | |
tree | 679ebf19b01e65b034e50c5c76d75fee09fbd4e2 | |
parent | 07877c0364e42b0057137c3dfd30e722e7243a6a (diff) | |
download | puppet-mail-6dc822c5fcff7ab195861b0a64e1cae34180b596.tar.gz puppet-mail-6dc822c5fcff7ab195861b0a64e1cae34180b596.tar.bz2 |
Package roundcube-sqlite renamed to roundcube-sqlite3
-rw-r--r-- | manifests/virtual/packages.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, } } |