Sha256: 5282b78c1232c9ef1880eed000b50affc396a703ef5e9501e1dbd9383e5dba71
Contents?: true
Size: 353 Bytes
Versions: 16
Compression:
Stored size: 353 Bytes
Contents
#include <internal/facts/cache.hpp> #include <leatherman/windows/file_util.hpp> namespace facter { namespace facts { namespace cache { std::string fact_cache_location() { return leatherman::windows::file_util::get_programdata_dir() + "\\PuppetLabs\\facter\\cache\\cached_facts\\"; } }}} // namespace facter::facts::cache
Version data entries
16 entries across 16 versions & 2 rubygems