summaryrefslogtreecommitdiffstats
path: root/lib/facter/physicalprocessorcount.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/facter/physicalprocessorcount.rb')
-rw-r--r--lib/facter/physicalprocessorcount.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/facter/physicalprocessorcount.rb b/lib/facter/physicalprocessorcount.rb
index 8fe643e..9c59614 100644
--- a/lib/facter/physicalprocessorcount.rb
+++ b/lib/facter/physicalprocessorcount.rb
@@ -1,3 +1,14 @@
+# Fact: physicalprocessorcount
+#
+# Purpose: Return the number of physical processors.
+#
+# Resolution:
+# On linux, parses the output of '/proc/cpuinfo' for the number of unique
+# lines with "physical id" in them.
+#
+# Caveats:
+#
+
Facter.add("physicalprocessorcount") do
confine :kernel => :linux