diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-03-23 21:13:48 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-03-23 21:13:48 +0100 |
commit | 6f51d68ce3f6b60d5d158618acb7aa3daab4c9e0 (patch) | |
tree | 2b8ee0615a1191abc7103c61cf43c3bb8875fb94 /modules | |
parent | 0c148ea26f1f408d4dd30e071e01013e354b65ab (diff) | |
download | puppet-6f51d68ce3f6b60d5d158618acb7aa3daab4c9e0.tar puppet-6f51d68ce3f6b60d5d158618acb7aa3daab4c9e0.tar.gz puppet-6f51d68ce3f6b60d5d158618acb7aa3daab4c9e0.tar.bz2 puppet-6f51d68ce3f6b60d5d158618acb7aa3daab4c9e0.tar.xz puppet-6f51d68ce3f6b60d5d158618acb7aa3daab4c9e0.zip |
Adapt to dev
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/bugzilla-dev/manifests/init.pp | 6 |
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, } |