All OS X/Darwin systems
Darwin reports i386 as the system architecture on Intel systems regardless of their being 32bit or 64bit.
http://github.com/bblack/ohai/tree/OHAI-63
if the machine reports i386 and is 64bit capable according to sysctl, change kernel[:machine] to x86_64
This is fixed - thanks, Ben!
http://github.com/bblack/ohai/tree/OHAI-63
if the machine reports i386 and is 64bit capable according to sysctl, change kernel[:machine] to x86_64