Path: | lib/facter/hardwareisa.rb |
Last Update: | Fri May 03 01:58:51 +0000 2013 |
Fact: hardwareisa
Purpose:
Returns hardware processor type.
Resolution:
On Solaris, AIX, Linux and the BSDs simply uses the output of "uname -p" On HP-UX, "uname -m" gives us the same information.
Caveats:
Some linuxes return unknown to uname -p with relative ease.