summaryrefslogtreecommitdiffstats
path: root/lib/facter/operatingsystem.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/facter/operatingsystem.rb')
-rw-r--r--lib/facter/operatingsystem.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/facter/operatingsystem.rb b/lib/facter/operatingsystem.rb
index 25eeb00..a90c283 100644
--- a/lib/facter/operatingsystem.rb
+++ b/lib/facter/operatingsystem.rb
@@ -1,3 +1,16 @@
+# Fact: operatingsystem
+#
+# Purpose: Return the name of the operating system.
+#
+# Resolution:
+# If the kernel is a Linux kernel, check for the existence of a selection of
+# files in /etc/ to find the specific flavour.
+# On SunOS based kernels, return Solaris.
+# On systems other than Linux, use the kernel value.
+#
+# Caveats:
+#
+
require 'facter/lsb'
Facter.add(:operatingsystem) do