Sha256: 42ed8bb1165ec158c8c69b371e7a9e7176405f4936484ef6ca98fa9306a7300d
Contents?: true
Size: 273 Bytes
Versions: 63
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true module Facts module Linux class Path FACT_NAME = 'path' def call_the_resolver fact_value = Facter::Resolvers::Path.resolve(:path) Facter::ResolvedFact.new(FACT_NAME, fact_value) end end end end
Version data entries
63 entries across 63 versions & 1 rubygems
Version | Path |
---|---|
facter-4.0.23 | lib/facts/linux/path.rb |
facter-4.0.22 | lib/facts/linux/path.rb |
facter-4.0.21 | lib/facts/linux/path.rb |