Sha256: 968707a956fc65f59cbd0f4399d00904d5b3f0f5516243745ae7224bc1394a60

Contents?: true

Size: 346 Bytes

Versions: 12

Compression:

Stored size: 346 Bytes

Contents

# frozen_string_literal: true

module Facts
  module Solaris
    module SystemUptime
      class Seconds
        FACT_NAME = 'system_uptime.seconds'

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
facter-4.0.21 lib/facts/solaris/system_uptime/seconds.rb
facter-4.0.20 lib/facts/solaris/system_uptime/seconds.rb
facter-4.0.19 lib/facts/solaris/system_uptime/seconds.rb
facter-4.0.18 lib/facts/solaris/system_uptime/seconds.rb
facter-4.0.17 lib/facts/solaris/system_uptime/seconds.rb
facter-4.0.16 lib/facts/solaris/system_uptime/seconds.rb
facter-4.0.15 lib/facts/solaris/system_uptime/seconds.rb
facter-4.0.14 lib/facts/solaris/system_uptime/seconds.rb
facter-4.0.13 lib/facts/solaris/system_uptime/seconds.rb
facter-4.0.12 lib/facts/solaris/system_uptime/seconds.rb
facter-4.0.11 lib/facts/solaris/system_uptime/seconds.rb
facter-4.0.10.pre lib/facts/solaris/system_uptime/seconds.rb