manufacturer.rb

Path: lib/facter/manufacturer.rb
Last Update: Tue Apr 30 19:07:59 +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]