# Squeeze (or newer) packages
if $::lsbdistcodename != 'lenny' {
- package { [ 'roundcube', 'roundcube-sqlite3', 'roundcube-plugins', 'roundcube-plugins-extra', 'roundcube-mysql' ]:
+ package { [ 'roundcube', 'roundcube-sqlite3', 'roundcube-plugins', 'roundcube-mysql' ]:
ensure => latest,
}
}
+ # Not in use right now
+ package { 'roundcube-plugins-extra':
+ ensure => absent,
+ }
+
# We'll force SSL through the proxy
package { 'squirrelmail-secure-login':
ensure => absent,