summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-02 13:56:44 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-02 13:56:44 -0300
commit6dc822c5fcff7ab195861b0a64e1cae34180b596 (patch)
tree679ebf19b01e65b034e50c5c76d75fee09fbd4e2 /manifests
parent07877c0364e42b0057137c3dfd30e722e7243a6a (diff)
downloadpuppet-mail-6dc822c5fcff7ab195861b0a64e1cae34180b596.tar.gz
puppet-mail-6dc822c5fcff7ab195861b0a64e1cae34180b596.tar.bz2
Package roundcube-sqlite renamed to roundcube-sqlite3
Diffstat (limited to 'manifests')
-rw-r--r--manifests/virtual/packages.pp2
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,
}
}