Issue #20301 has been updated by Matthaus Owens.

Status changed from Merged - Pending Release to Closed

Released in Facter 1.7.1-rc1

----------------------------------------
Bug #20301: Facter bombs out when running puppet 3.2rc1 (and ruby 1.9) on 
win2003
https://projects.puppetlabs.com/issues/20301#change-90485

* Author: Josh Cooper
* Status: Closed
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 1.7.1
* Keywords: windows
* Branch: https://github.com/puppetlabs/facter/pull/433
* Affected Facter version: 1.7.0
----------------------------------------
On win2003, the NumberOfLogicalProcessors method does not exist on the 
Win32_Processor WMI class. In ruby 1.8, trying to call the method results in a 
RuntimeError, which facter catches. In ruby 1.9, it results in a StandardError, 
which the processor facts don't catch, causing facter to terminate:

<pre>
Error: unknown property or method: `NumberOfLogicalProcessors'
    HRESULT error code:0x80020006
      Unknown name.
</pre>


-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to