Facter 1.7.1-rc1 is a bugfix release candidate in the 1.7 series. It contains a single fix for an issue seen on Windows 2003 with Ruby 1.9.3 (#20301). To see a list of the issues addressed by this release, check out the 1.7.1 version in our issue tracker at: https://projects.puppetlabs.com/versions/400 Downloads are available at: * Source: https://downloads.puppetlabs.com/facter/facter-1.7.1-rc1.tar.gz RPMs are available at https://yum.puppetlabs.com/el or /fedora Rubygem available at http://rubygems.org/gems/facter Debs are available at https://apt.puppetlabs.com Mac package is available at https://downloads.puppetlabs.com/mac/facter-1.7.1-rc1.dmg Please report feedback via the Puppet Labs Redmine site, using an affected version of 1.7.1-rc1: http://projects.puppetlabs.com/projects/facter/ =======================## Facter 1.7.1-rc1 Bug Fixes ## ======================= (#20301) Handle different error in ruby 1.9 The NumberOfLogicalProcessor property of the Win32_Processor WMI class does not exist in the base win2003 install. Previously, we were trying to access the property, and then catching the resulting error if the property did not exist. In ruby 1.8, it would raise a RuntimeError, but in ruby 1.9, it raises a StandardError, causing the fact to blow up on ruby 1.9. This commit checks to see if the process object responds to that method, and only then does it try to call it. =======================## Facter 1.7.1-rc1 Changelog ## ======================= Josh Cooper (1): b5cb1ef (#20301) Handle different error in ruby 1.9 Matthaus Owens (1): bf39f9a (packaging) Update FACTERVERSION to 1.7.1-rc1 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.