hardwareisa.rb

Path: lib/facter/hardwareisa.rb
Last Update: Mon May 13 19:35:33 +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.

[Validate]