aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests/init.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-07-06 15:44:16 +0000
committerNicolas Vigier <boklm@mageia.org>2012-07-06 15:44:16 +0000
commit498a5a949e68100d0d78c031f6fe9c191d6bde8e (patch)
treec57b1f6e31027ee74c7c0e6c5947096561149758 /modules/bugzilla/manifests/init.pp
parent91d99d7da20e99023e8e3992d0f3c814949ed96e (diff)
downloadpuppet-498a5a949e68100d0d78c031f6fe9c191d6bde8e.tar
puppet-498a5a949e68100d0d78c031f6fe9c191d6bde8e.tar.gz
puppet-498a5a949e68100d0d78c031f6fe9c191d6bde8e.tar.bz2
puppet-498a5a949e68100d0d78c031f6fe9c191d6bde8e.tar.xz
puppet-498a5a949e68100d0d78c031f6fe9c191d6bde8e.zip
add bugzilla-extension-sitemap in packages list
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',