class Facts::Rhel::Os::Family
Constants
- ALIASES
- FACT_NAME
Public Instance Methods
Source
# File lib/facter/facts/rhel/os/family.rb, line 10 def call_the_resolver [Facter::ResolvedFact.new(FACT_NAME, 'RedHat'), Facter::ResolvedFact.new(ALIASES, 'RedHat', :legacy)] end