Last Modified
2014-01-08 07:59:34 +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: