aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla/manifests/init.pp')
-rw-r--r--modules/bugzilla/manifests/init.pp1
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',