package { "trac": ensure => installed, }
package { "trac-git": ensure => installed, }
package { "libapache2-mod-python": ensure => installed, }
+
+ # needed by http://trac-hacks.org/wiki/TracWikiPrintPlugin
+ # wikiprint needs also pisa, which is still in testing (as the
+ # time of writing), see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504277
+ #package { [ 'python-reportlab', 'python-html5lib', 'python-pypdf', 'python-imaging', 'python-pygments' ]:
+ # ensure => installed,
+ #}
+
+ # needed by http://trac-hacks.org/wiki/TracWikiToPdfPlugin
+ package { [ "htmldoc", "python-clearsilver" ]:
+ ensure => present,
+ }
}