From b8f873d21926e40a6ead9515f48a3b25c9930db2 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 26 Mar 2018 20:35:29 +0300 Subject: bugzilla needs perl-JSON-XS --- modules/bugzilla/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 8d16d693..f07368b0 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -6,6 +6,7 @@ class bugzilla { 'perl-Template-GD', # needed for graphical_report support 'perl-Test-Taint', 'perl-JSON-RPC', + 'perl-JSON-XS', 'perl-Email-MIME', 'perl-Email-Sender', 'perl-Math-Random-ISAAC', -- cgit v1.2.1