From 6f51d68ce3f6b60d5d158618acb7aa3daab4c9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Thu, 23 Mar 2017 21:13:48 +0100 Subject: Adapt to dev --- modules/bugzilla-dev/manifests/init.pp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/bugzilla-dev') 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, } -- cgit v1.2.1