diff options
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 83efa50d..2acb1d95 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -3,6 +3,7 @@ class bugzilla { $bugzilla_location = '/usr/share/bugzilla/template/en/custom' package {['bugzilla', + 'bugzilla-extension-sitemap', 'graphviz', 'perl-Template-GD', # needed for graphical_report support 'perl-Test-Taint', |