Sha256: 74ead3516440c3d91bb55b4301d05e6b63385e86d64a17a911874906689a7c36
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true module Facter module Aix class Path FACT_NAME = 'path' def call_the_resolver fact_value = Resolvers::Path.resolve(:path) ResolvedFact.new(FACT_NAME, fact_value) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
facter-4.0.8.pre | lib/facts/aix/path.rb |
facter-4.0.7.pre | lib/facts/aix/path.rb |