aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2018-03-26 20:35:29 +0300
committerThomas Backlund <tmb@mageia.org>2018-03-26 20:35:29 +0300
commitb8f873d21926e40a6ead9515f48a3b25c9930db2 (patch)
treeb7bb02530186e55c2fef2c082e5cba91620091c2
parent2181b937e75f514412ddd24d33509e3a35e28282 (diff)
downloadpuppet-b8f873d21926e40a6ead9515f48a3b25c9930db2.tar
puppet-b8f873d21926e40a6ead9515f48a3b25c9930db2.tar.gz
puppet-b8f873d21926e40a6ead9515f48a3b25c9930db2.tar.bz2
puppet-b8f873d21926e40a6ead9515f48a3b25c9930db2.tar.xz
puppet-b8f873d21926e40a6ead9515f48a3b25c9930db2.zip
bugzilla needs perl-JSON-XS
-rwxr-xr-xmodules/bugzilla/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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',