]> gitweb.fluxo.info Git - puppet-trac.git/commitdiff
Adding various plugins
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Jun 2011 15:53:26 +0000 (12:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Jun 2011 15:53:26 +0000 (12:53 -0300)
manifests/init.pp

index 21e8072994b244796c3b81efd9231f7f2889d52a..e8938441157bb62140e95b97962c0a9e28317685 100644 (file)
@@ -15,4 +15,13 @@ class trac {
   package { [ "htmldoc", "python-clearsilver" ]:
     ensure => present,
   }
+
+  # various plugins
+  packae { [ "trac-wysiwyg",       "trac-wikiprint",     "trac-wikirename",
+             "trac-mastertickets", "trac-accountmanager" ]:
+    ensure => $lsbdistcodename ? {
+      'lenny' => absent,
+      default => present,
+    },
+  }
 }