From 6d5771c3b9f604d71c1770a7f5707f4cd0aa83c1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 26 Jan 2011 16:28:31 -0200 Subject: Adding packages for pdf conversion plugins --- manifests/init.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 6fa890a..21e8072 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,4 +3,16 @@ class trac { 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, + } } -- cgit v1.2.3