Class: Facts::Aix::Partitions

Inherits:
Object
  • Object
show all
Defined in:
lib/facter/facts/aix/partitions.rb

Constant Summary collapse

FACT_NAME =
'partitions'

Instance Method Summary collapse

Instance Method Details

#call_the_resolverObject



8
9
10
11
12
# File 'lib/facter/facts/aix/partitions.rb', line 8

def call_the_resolver
  partitions = Facter::Resolvers::Aix::Partitions.resolve(:partitions)

  Facter::ResolvedFact.new(FACT_NAME, partitions.empty? ? nil : partitions)
end