Sha256: a55328f57f61efaa212ecc7683466019afb8dc2507eaff65f4efcd751f9c57eb
Contents?: true
Size: 274 Bytes
Versions: 12
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true module Facts module Debian 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
12 entries across 12 versions & 1 rubygems