Issue #1559 has been updated by jamtur01. Category set to library Status changed from Unreviewed to Ready for Checkin Assigned to set to luke Target version set to 1.5.2
Pushed in commit:"e5038576590deb58fd90b562dea366a84df2bfb3" in branch master. ---------------------------------------- Bug #1559: regexp change for dmidecode facts http://reductivelabs.com/redmine/issues/show/1559 Author: marthag Status: Ready for Checkin Priority: Normal Assigned to: luke Category: library Target version: 1.5.2 Complexity: Unknown Keywords: On a number of my IBM servers, the Product Name returned by dmidecode looks like this: <pre> Product Name: -[88361SX]- </pre> However, the regexp used by util/manufacturer.rb is: <pre> line =~ /#{value} (\w.*)\n*./ </pre> and \w doesn't match a dash. Patch attached. ---------------------------------------- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
