Merge pull request #77 from hkenney/ticket/2.4.x/2157_add_external_fact_compatibility
(#2157) Make facts_dot_d compatible with external facts
This commit is contained in:
commit
c101da0b83
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class Facter::Util::DotD
|
|||
cache_save!
|
||||
end
|
||||
else
|
||||
Puppet.deprecation_warning("TTL for external facts is being removed. See http://links.puppetlabs.com/factercaching for more information.")
|
||||
Facter.debug("Using cached data for #{file}")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue