manufacturer.rb

Path: lib/facter/manufacturer.rb
Last Update: Sun May 19 07:17:49 +0000 2013

Fact: manufacturer

Purpose: Return the hardware manufacturer information about the hardware.

Resolution:

  On OpenBSD, queries sysctl values, via a util class.
  On SunOS Sparc, uses prtdiag via a util class.
  On Windows, queries the system via a util class.
  Uses the 'util/manufacturer.rb' for fallback parsing.

Caveats:

Required files

facter/util/manufacturer  

[Validate]