manufacturer.rb

Path: lib/facter/manufacturer.rb
Last Update: Sat Feb 23 07:17:42 +0000 2019

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 `util/manufacturer.rb` for fallback parsing.

Caveats:

Required files

facter/util/manufacturer  

[Validate]