Issue #1559 has been reported by marthag.
----------------------------------------
Bug #1559: regexp change for dmidecode facts
http://reductivelabs.com/redmine/issues/show/1559
Author: marthag
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
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
-~----------~----~----~----~------~----~------~--~---