summaryrefslogtreecommitdiffstats
path: root/lib/facter/manufacturer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/facter/manufacturer.rb')
-rw-r--r--lib/facter/manufacturer.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/facter/manufacturer.rb b/lib/facter/manufacturer.rb
index 4f2df98..26aef5f 100644
--- a/lib/facter/manufacturer.rb
+++ b/lib/facter/manufacturer.rb
@@ -1,3 +1,16 @@
+# 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:
+#
+
# manufacturer.rb
# Facts related to hardware manufacturer
#