Issue #3740 has been updated by James Turnbull. Category set to library Status changed from Unreviewed to Closed Assigned to set to James Turnbull Target version set to 1.5.8
Pushed in commit:"c5b8d3b9c2621649d0559ed87a3d5493d706288a" in branch master. ---------------------------------------- Bug #3740: Facter::Manufacturer.dmi_find_system_info doesn't split dmi output by sections http://projects.puppetlabs.com/issues/3740 Author: Marc Fournier Status: Closed Priority: Normal Assigned to: James Turnbull Category: library Target version: 1.5.8 Keywords: Branch: http://github.com/mfournier/facter/tree/tickets/master/2341 Since #2341, dmi_find_system_info splits the dmidecode output on the string "/^Handle/", which was probably ment to be the regex /^Handle/. Hence it doesn't split anything anymore and tries to match the whole dmi output. So the function works in most cases, but when we are looking for an key which is found at several places, it returns the first one found instead of the one in the section we expect. I have a patch I'll submit in a moment. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
