]> gitweb.fluxo.info Git - puppet-trac.git/commitdiff
Removing trac-mastertickets package
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 11 Jul 2011 14:22:24 +0000 (11:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 11 Jul 2011 14:22:24 +0000 (11:22 -0300)
manifests/init.pp

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