Issue #1378 has been updated by luke.
This commit causes three failures for me: <pre> 1) NoMethodError in 'Facter should delegate the :list method to the collection' private method `split' called for nil:NilClass /Users/luke/git/facter/spec/../lib/facter/util/manufacturer.rb:22:in `dmi_find_system_info' /Users/luke/git/facter/spec/../lib/facter/util/manufacturer.rb:21:in `each' /Users/luke/git/facter/spec/../lib/facter/util/manufacturer.rb:21:in `dmi_find_system_info' /Users/luke/git/facter/spec/../lib/facter/util/manufacturer.rb:20:in `each_pair' /Users/luke/git/facter/spec/../lib/facter/util/manufacturer.rb:20:in `dmi_find_system_info' /Users/luke/git/facter/spec/../lib/facter/manufacturer.rb:10: /Users/luke/git/facter/spec/../lib/facter/util/loader.rb:72:in `load' /Users/luke/git/facter/spec/../lib/facter/util/loader.rb:72:in `load_file' /Users/luke/git/facter/spec/../lib/facter/util/loader.rb:38:in `load_all' /Users/luke/git/facter/spec/../lib/facter/util/loader.rb:33:in `each' /Users/luke/git/facter/spec/../lib/facter/util/loader.rb:33:in `load_all' /Users/luke/git/facter/spec/../lib/facter/util/loader.rb:30:in `each' /Users/luke/git/facter/spec/../lib/facter/util/loader.rb:30:in `load_all' /Users/luke/git/facter/spec/../lib/facter/util/collection.rb:90:in `load_all' /Users/luke/git/facter/spec/../lib/facter.rb:91:in `list' /Users/luke/git/facter/spec/unit/facter.rb:31: integration/facter.rb:5: </pre> ---------------------------------------- Feature #1378: enable the usage of dmidecode on BSD platforms http://reductivelabs.com/redmine/issues/show/1378 Author: msf Status: Ready for Checkin Priority: Normal Assigned to: luke Category: library Target version: 1.5.0 Keywords: Complexity: Unknown Patch: None Facter's facter/util/manufacturer.rb currently confines all of the facts it discovers via dmidecode to Linux only. However, dmidecode is cross platform and reported to work on several other platforms. Native ports exist for FreeBSD, NetBSD and OpenBSD. Attached is a patch that allows OpenBSD, NetBSD, and FreeBSD to report facts from dmidecode if it is installed on the system. ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
