From 867747110eac381ba4e1aca96dfef9bbe64177c8 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Mon, 20 Dec 2010 20:17:28 +0000 Subject: Install perl-Test-Taint for xml-rpc bugzilla functionality --- modules/bugzilla/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 17c34f7b..56a3ed73 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -6,6 +6,10 @@ class bugzilla { ensure => installed; } + package { 'perl-Test-Taint': + ensure => installed; + } + $pgsql_password = extlookup("bugzilla_pgsql",'x') $ldap_password = extlookup("bugzilla_ldap",'x') -- cgit v1.2.1