diff options
author | Bryan Jen <bryan.jen@gmail.com> | 2015-05-21 10:42:32 -0700 |
---|---|---|
committer | Bryan Jen <bryan.jen@gmail.com> | 2015-05-21 10:42:32 -0700 |
commit | 6cf64f1028cbb290a6254b5e753072f65c9336fa (patch) | |
tree | 53cabc9079e94ffc384e9f9c875bf1957524774b | |
parent | 06ebdf3ef70cf281e825fe824e166299b207e70f (diff) | |
parent | 3b8ded184d6b6b5c2823018a231deee9dcd7df83 (diff) |
Merge pull request #454 from elyscape/document_facts.d_cache
(FM-2130) Document new location of facts.d cache
-rw-r--r-- | lib/facter/facter_dot_d.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter/facter_dot_d.rb b/lib/facter/facter_dot_d.rb index b058437..d85940d 100644 --- a/lib/facter/facter_dot_d.rb +++ b/lib/facter/facter_dot_d.rb @@ -8,7 +8,7 @@ # contains a cache TTL. For foo.sh store the ttl as just # a number in foo.sh.ttl # -# The cache is stored in /tmp/facts_cache.yaml as a mode +# The cache is stored in $libdir/facts_dot_d.cache as a mode # 600 file and will have the end result of not calling your # fact scripts more often than is needed |