]> gitweb.fluxo.info Git - puppet-trac.git/commitdiff
Removing trac-accountmanager plugin
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 12 Aug 2011 19:59:57 +0000 (16:59 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 12 Aug 2011 19:59:57 +0000 (16:59 -0300)
manifests/init.pp

index 319c20bac5b9c676ef03fa41c2e1937a0dc0767c..7be4f2994df49212b66aed91ef13135b84506dea 100644 (file)
@@ -18,15 +18,15 @@ class trac {
 
   # various plugins
   package { [ "trac-wysiwyg",  "trac-wikiprint",     "trac-wikirename",
-              "trac-graphviz", "trac-accountmanager" ]:
+              "trac-graphviz" ]:
     ensure => $lsbdistcodename ? {
       'lenny' => absent,
       default => present,
     },
   }
 
-  # there's a bug in the squeeze package, use the egg instead
-  package { "trac-mastertickets" :
+  # buggy squeeze packages, use eggs instead
+  package { [ "trac-mastertickets", "trac-accountmanager" ]:
     ensure => absent,
   }
 }