Issue #10261 has been updated by Josh Cooper. Status changed from Needs Decision to Accepted Assignee set to Josh Cooper Target version set to 1.6.x Affected Facter version set to 1.6.6
Thanks Michael. Sadly `PROCESSOR_ARCHITECTURE == x86` for 32-bit executables on a 64-bit OS. But something like this would work: <http://blogs.msdn.com/b/david.wang/archive/2006/03/26/howto-detect-process-bitness.aspx> Or calling `GetNativeSystemInfo` directly <http://msdn.microsoft.com/en-us/library/ms724340(v=vs.85).aspx> ---------------------------------------- Bug #10261: Facter reports incorrect windows architecture https://projects.puppetlabs.com/issues/10261#change-58840 Author: Corey Osman Status: Accepted Priority: Normal Assignee: Josh Cooper Category: windows Target version: 1.6.x Keywords: windows, facter Branch: 2.7.x Affected Facter version: 1.6.6 Facter on windows reports the wrong architecture. -- 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.
