mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
11 lines
372 B
C++
11 lines
372 B
C++
--- lib/src/facts/posix/cache.cc.orig 2017-09-12 21:43:10 UTC
|
|
+++ lib/src/facts/posix/cache.cc
|
|
@@ -3,7 +3,7 @@
|
|
namespace facter { namespace facts { namespace cache {
|
|
|
|
std::string fact_cache_location() {
|
|
- return "/opt/puppetlabs/facter/cache/cached_facts/";
|
|
+ return "/var/facter/cache/cached_facts/";
|
|
}
|
|
|
|
}}} // namespace facter::facts::cache
|