summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2012-07-12 18:07:50 -0700
committerJeff McCune <jeff@puppetlabs.com>2012-07-12 18:07:50 -0700
commitc101da0b83210fe4c1603f3d7a014f72c988f5ac (patch)
tree769df43901ae71a20f9f50e1fad1618e47666bef /lib
parentd32115979d2a6b1670fe2a59bd7aea9f6d2507d1 (diff)
parent5fb0ddcf78504ed8d5abda4fb16664e447160106 (diff)
downloadpuppet-stdlib-c101da0b83210fe4c1603f3d7a014f72c988f5ac.tar.gz
puppet-stdlib-c101da0b83210fe4c1603f3d7a014f72c988f5ac.tar.bz2
Merge pull request #77 from hkenney/ticket/2.4.x/2157_add_external_fact_compatibility
(#2157) Make facts_dot_d compatible with external facts
Diffstat (limited to 'lib')
-rw-r--r--lib/facter/facter_dot_d.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/facter/facter_dot_d.rb b/lib/facter/facter_dot_d.rb
index 3e528ab..c43801c 100644
--- a/lib/facter/facter_dot_d.rb
+++ b/lib/facter/facter_dot_d.rb
@@ -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