Path: | lib/facter/kernelrelease.rb |
Last Update: | Tue Apr 10 20:03:28 -0400 2012 |
Fact: kernelrelease
Purpose: Return the operating system‘s release number.
Resolution:
On AIX returns the output from the "oslevel -s" system command. On Windows based systems, uses the win32ole gem to query Windows Management for the 'Win32_OperatingSystem' value. Otherwise uses the output of "uname -r" system command.
Caveats: