From 38e8a2d59232bcd9cc00bc639a7328224ed4cc28 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 May 2013 22:55:07 -0300 Subject: Adding trac-authopenid into trac --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3