class Facts::Solaris::Processors::Physicalcount

Constants

ALIASES
FACT_NAME

Public Instance Methods

call_the_resolver() click to toggle source
# File lib/facter/facts/solaris/processors/physicalcount.rb, line 9
def call_the_resolver
  fact_value = Facter::Resolvers::Solaris::Processors.resolve(:physical_count)
  [Facter::ResolvedFact.new(FACT_NAME, fact_value), Facter::ResolvedFact.new(ALIASES, fact_value, :legacy)]
end