]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Not using roundcube-plugins-extra
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 13:14:24 +0000 (10:14 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Jun 2016 13:14:24 +0000 (10:14 -0300)
manifests/virtual/packages.pp

index 1297731e1bdf42b3e688f8ce0e06e0de4680845d..4945762aac17a866d976df809db0865d79d1e57d 100644 (file)
@@ -20,11 +20,16 @@ class mail::virtual::packages {
 
   # 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,