class Facts::Openbsd::Dmi::Product::Uuid

Constants

ALIASES
FACT_NAME

Public Instance Methods

call_the_resolver() click to toggle source
# File lib/facter/facts/openbsd/dmi/product/uuid.rb, line 11
def call_the_resolver
  fact_value = Facter::Resolvers::Openbsd::DmiBios.resolve(:product_uuid)
  [Facter::ResolvedFact.new(FACT_NAME, fact_value), Facter::ResolvedFact.new(ALIASES, fact_value, :legacy)]
end