Last Modified
2013-08-12 12:35:53 +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: