Last Modified
2013-07-01 15:39:05 +0000
Requires
  • facter/util/config

Description

Fact: kernel

Purpose: Returns the operating system's name.

Resolution:

Uses Ruby's rbconfig to find host_os, if that is a Windows derivative, the
returns 'windows', otherwise returns "uname -s" verbatim.

Caveats: