aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla-dev/manifests/init.pp')
-rwxr-xr-xmodules/bugzilla-dev/manifests/init.pp6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp
index 06c53abc..d6e7b91b 100755
--- a/modules/bugzilla-dev/manifests/init.pp
+++ b/modules/bugzilla-dev/manifests/init.pp
@@ -2,9 +2,7 @@ class bugzilla {
$extension_location = '/usr/share/bugzilla/extensions/Mageia'
- package {['bugzilla',
- 'bugzilla-extension-sitemap',
- 'graphviz',
+ package {['graphviz',
'perl-Template-GD', # needed for graphical_report support
'perl-Test-Taint',
'perl-JSON-RPC']: }
@@ -12,7 +10,7 @@ class bugzilla {
$pgsql_password = extlookup('bugzilla_pgsql','x')
$ldap_password = extlookup('bugzilla_ldap','x')
- postgresql::remote_db_and_user { 'bugs':
+ postgresql::remote_db_and_user { 'bugs-dev':
description => 'Bugzilla database',
password => $pgsql_password,
}