lsb.rb

Path: lib/facter/lsb.rb
Last Update: Sun Oct 21 20:29:25 -0400 2012

Fact: lsb

Purpose: Return Linux Standard Base information for the host.

Resolution:

  Uses the lsb_release system command and parses the output with a series of
  regular expressions.

Caveats:

  Only works on Linux (and the kfreebsd derivative) systems.
  Requires the lsb_release program, which may not be installed by default.
  Also is as only as accurate as that program outputs.

[Validate]