aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-07 15:09:15 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-07 15:09:15 +0200
commit054ab2c41dd772a646ea1d3c58e51bf33e28d037 (patch)
treeff2a0909f1551e73ca3c7387f1f65aad50be4fcd /modules/bugzilla-dev
parentdd23a7fc90fd5cfdeac47fa319275df0c7215caa (diff)
downloadpuppet-054ab2c41dd772a646ea1d3c58e51bf33e28d037.tar
puppet-054ab2c41dd772a646ea1d3c58e51bf33e28d037.tar.gz
puppet-054ab2c41dd772a646ea1d3c58e51bf33e28d037.tar.bz2
puppet-054ab2c41dd772a646ea1d3c58e51bf33e28d037.tar.xz
puppet-054ab2c41dd772a646ea1d3c58e51bf33e28d037.zip
Add bugzilla deps
Diffstat (limited to 'modules/bugzilla-dev')
-rwxr-xr-xmodules/bugzilla-dev/manifests/init.pp10
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp
index ab3aee3d..6b0464f7 100755
--- a/modules/bugzilla-dev/manifests/init.pp
+++ b/modules/bugzilla-dev/manifests/init.pp
@@ -5,7 +5,15 @@ class bugzilla-dev {
package {['graphviz',
'perl-Template-GD', # needed for graphical_report support
'perl-Test-Taint',
- 'perl-JSON-RPC']: }
+ 'perl-JSON-RPC',
+ 'perl-Email-MIME',
+ 'perl-Email-Sender',
+ 'Math-Random-ISAAC',
+ 'perl-Chart',
+ 'perl-PatchReader',
+ 'perl-ldap',
+ 'perl-SOAP-Lite',
+ 'perl-XMLRPC-Lite']: }
$pgsql_password = extlookup('bugzilla_pgsql','x')
$ldap_password = extlookup('bugzilla_ldap','x')