Class: Facts::Linux::Path

Inherits:
Object
  • Object
show all
Defined in:
lib/facter/facts/linux/path.rb

Constant Summary collapse

FACT_NAME =
'path'

Instance Method Summary collapse

Instance Method Details

#call_the_resolverObject



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

def call_the_resolver
  fact_value = Facter::Resolvers::Path.resolve(:path)

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