From: Silvio Rhatto Date: Fri, 10 May 2013 01:55:07 +0000 (-0300) Subject: Adding trac-authopenid into trac X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=38e8a2d59232bcd9cc00bc639a7328224ed4cc28;p=puppet-trac.git Adding trac-authopenid into trac --- diff --git a/manifests/init.pp b/manifests/init.pp index 12e603f..c69ac8d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -18,7 +18,7 @@ class trac { # various plugins package { [ "trac-wysiwyg", "trac-wikiprint", - "trac-graphviz" ]: + "trac-graphviz", "trac-authopenid" ]: ensure => $lsbdistcodename ? { 'lenny' => absent, 'precise' => absent,