diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-11 22:02:02 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-11 22:02:02 +0000 |
commit | 4006375bf58fdcc4625114de063a3b589601698a (patch) | |
tree | 04e2ffb1e209e4490962283d1ddd7da38f064bdf /modules/bugzilla | |
parent | fd2726224950d5245c1ec47669fcaf8a5aa10a2e (diff) | |
download | puppet-4006375bf58fdcc4625114de063a3b589601698a.tar puppet-4006375bf58fdcc4625114de063a3b589601698a.tar.gz puppet-4006375bf58fdcc4625114de063a3b589601698a.tar.bz2 puppet-4006375bf58fdcc4625114de063a3b589601698a.tar.xz puppet-4006375bf58fdcc4625114de063a3b589601698a.zip |
add support for graphical report, see #4483
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/manifests/init.pp | 3 |
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']: } |