Path: | lib/facter/hardwareisa.rb |
Last Update: | Sat Feb 23 07:17:42 +0000 2019 |
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.