From 4006375bf58fdcc4625114de063a3b589601698a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 11 Mar 2012 22:02:02 +0000 Subject: add support for graphical report, see #4483 --- modules/bugzilla/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 22e5d02a..9e14b017 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -3,7 +3,8 @@ class bugzilla { $bugzilla_location = "/usr/share/bugzilla/template/en/custom" package { ['bugzilla', - 'graphviz', + 'graphviz', + 'perl-Template-GD', # needed for graphical_report suppo 'perl-Test-Taint', 'perl-JSON-RPC']: } -- cgit v1.2.1