Sha256: 8fe951f5881430315685cff2a7d342cad276ad184bc761b8f14e94763cd3d2cb
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true module Facter module Debian class Path FACT_NAME = 'path' def call_the_resolver fact_value = Facter::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/debian/path.rb |
facter-4.0.7.pre | lib/facts/debian/path.rb |