diff options
author | db <drebs@riseup.net> | 2015-05-17 08:16:38 -0300 |
---|---|---|
committer | db <drebs@riseup.net> | 2015-05-17 08:16:38 -0300 |
commit | abbeb15fa79e17d2635263cadb1d54b4aa856266 (patch) | |
tree | c730795f1f9c31e90f968dd4f603d8a1398708c1 /manifests | |
parent | 2df335e30ef751afbc589e6ee04785d60388a6b8 (diff) | |
download | puppet-trac-abbeb15fa79e17d2635263cadb1d54b4aa856266.tar.gz puppet-trac-abbeb15fa79e17d2635263cadb1d54b4aa856266.tar.bz2 |
remove trac wikipringadapt-to-jessie
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 055326c..58d2194 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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, |