Class: Facts::Aix::Identity::Group
- Inherits:
 - 
      Object
      
        
- Object
 - Facts::Aix::Identity::Group
 
 
- Defined in:
 - lib/facter/facts/aix/identity/group.rb
 
Constant Summary collapse
- FACT_NAME =
 'identity.group'- ALIASES =
 'gid'
Instance Method Summary collapse
Instance Method Details
#call_the_resolver ⇒ Object
      10 11 12 13 14  | 
    
      # File 'lib/facter/facts/aix/identity/group.rb', line 10 def call_the_resolver fact_value = Facter::Resolvers::PosxIdentity.resolve(:group) [Facter::ResolvedFact.new(FACT_NAME, fact_value), Facter::ResolvedFact.new(ALIASES, fact_value, :legacy)] end  |