Sha256: 68855c4905cd217534f38cf447eaabdc8faf3f9a60423c70353b03295d7683c0

Contents?: true

Size: 362 Bytes

Versions: 32

Compression:

Stored size: 362 Bytes

Contents

# frozen_string_literal: true

module Facts
  module Solaris
    module Processors
      class Threads
        FACT_NAME = 'processors.threads'

        def call_the_resolver
          fact_value = Facter::Resolvers::Solaris::Processors.resolve(:threads_per_core)
          Facter::ResolvedFact.new(FACT_NAME, fact_value)
        end
      end
    end
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
facter-4.2.10 lib/facter/facts/solaris/processors/threads.rb
facter-4.2.9 lib/facter/facts/solaris/processors/threads.rb
facter-4.2.8 lib/facter/facts/solaris/processors/threads.rb
facter-4.2.7 lib/facter/facts/solaris/processors/threads.rb
facter-4.2.6 lib/facter/facts/solaris/processors/threads.rb
facter-4.2.5 lib/facter/facts/solaris/processors/threads.rb
facter-4.2.4 lib/facter/facts/solaris/processors/threads.rb
facter-4.2.3 lib/facter/facts/solaris/processors/threads.rb
facter-4.2.2 lib/facter/facts/solaris/processors/threads.rb
facter-4.2.1 lib/facter/facts/solaris/processors/threads.rb
facter-4.2.0 lib/facter/facts/solaris/processors/threads.rb
facter-4.1.1 lib/facter/facts/solaris/processors/threads.rb