summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-02 13:57:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-02 13:57:59 -0300
commit3b70c6f9853121c6e876bfe0ddd2c2ceb1d69aa3 (patch)
tree41d02e63ea99cca00b6ac80dee5e9ed7d5cb566e /manifests
parent6dc822c5fcff7ab195861b0a64e1cae34180b596 (diff)
downloadpuppet-mail-3b70c6f9853121c6e876bfe0ddd2c2ceb1d69aa3.tar.gz
puppet-mail-3b70c6f9853121c6e876bfe0ddd2c2ceb1d69aa3.tar.bz2
Managing roundcube-mysql
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 adfb862..1297731 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-sqlite3', 'roundcube-plugins', 'roundcube-plugins-extra' ]:
+ package { [ 'roundcube', 'roundcube-sqlite3', 'roundcube-plugins', 'roundcube-plugins-extra', 'roundcube-mysql' ]:
ensure => latest,
}
}