Issue #6817 has been updated by Matt Robinson. Status changed from Ready For Testing to Available In Testing Branch
merged to next in commit:fd4f31c3748d7e59b00473355a12fc232d173eab ---------------------------------------- Bug #6817: Darwin memory fact doesn't work under Ruby 1.9.2 https://projects.puppetlabs.com/issues/6817 Author: Matt Robinson Status: Available In Testing Branch Priority: Normal Assignee: Category: Target version: Keywords: Branch: https://github.com/mmrobins/facter/tree/ticket/next/6817-19_fixes Commit d0f0f63f for #6327 calls .each on a string. In Ruby 1.9.2 you need to call .each_line. Results in error Error: undefined method `each' for #<String:0x000001008bdea8> -- 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.
