aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/bugzilla/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
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']: }