Install perl-Test-Taint for xml-rpc bugzilla functionality
Modified: puppet/modules/bugzilla/manifests/init.pp =================================================================== --- puppet/modules/bugzilla/manifests/init.pp 2010-12-20 15:59:45 UTC (rev 648) +++ puppet/modules/bugzilla/manifests/init.pp 2010-12-20 20:17:28 UTC (rev 649) @@ -6,6 +6,10 @@ ensure => installed; } + package { 'perl-Test-Taint': + ensure => installed; + } + $pgsql_password = extlookup("bugzilla_pgsql",'x') $ldap_password = extlookup("bugzilla_ldap",'x')