class Facts::Freebsd::Partitions

Constants

FACT_NAME

Public Instance Methods

call_the_resolver() click to toggle source
# File lib/facter/facts/freebsd/partitions.rb, line 7
def call_the_resolver
  partitions = Facter::Resolvers::Freebsd::Geom.resolve(:partitions)

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