Sha256: c79a0cb0c051c858f892ad839d73e9db2be3e3157b6eacd21833119b0caeb842

Contents?: true

Size: 427 Bytes

Versions: 62

Compression:

Stored size: 427 Bytes

Contents

# frozen_string_literal: true

module Facts
  module Solaris
    module SystemUptime
      class Days
        FACT_NAME = 'system_uptime.days'
        ALIASES = 'uptime_days'

        def call_the_resolver
          fact_value = Facter::Resolvers::Uptime.resolve(:days)

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

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
facter-4.0.44 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.43 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.42 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.41 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.40 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.39 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.38 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.37 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.36 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.35 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.34 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.33 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.32 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.31 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.30 lib/facter/facts/solaris/system_uptime/days.rb
facter-4.0.29 lib/facts/solaris/system_uptime/days.rb
facter-4.0.28 lib/facts/solaris/system_uptime/days.rb
facter-4.0.26 lib/facts/solaris/system_uptime/days.rb
facter-4.0.25 lib/facts/solaris/system_uptime/days.rb
facter-4.0.24 lib/facts/solaris/system_uptime/days.rb