]> gitweb.fluxo.info Git - puppet-trac.git/commitdiff
remove trac wikipring adapt-to-jessie
authordb <drebs@riseup.net>
Sun, 17 May 2015 11:16:38 +0000 (08:16 -0300)
committerdb <drebs@riseup.net>
Sun, 17 May 2015 11:16:38 +0000 (08:16 -0300)
manifests/init.pp

index 055326ccf590f91ca2f412a98592fc7d7d0a9ea9..58d2194aa8d26c44b3aa5c049555f97521f16a68 100644 (file)
@@ -3,20 +3,13 @@ class trac {
   package { "trac":                  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,
   }
 
   # various plugins
-  package { [ "trac-wysiwyg",  "trac-wikiprint",
+  package { [ "trac-wysiwyg",
               "trac-graphviz", "trac-authopenid" ]:
     ensure => $lsbdistcodename ? {
       'lenny'   => absent,