Sha256: a67051c498f8cd08aa4993947e60c738291eb1518504c2265ae158cfd901d6ec
Contents?: true
Size: 470 Bytes
Versions: 16
Compression:
Stored size: 470 Bytes
Contents
#include <facter/util/config.hpp> #include <leatherman/windows/file_util.hpp> namespace facter { namespace util { namespace config { hocon::shared_config load_default_config_file() { return load_config_from(default_config_location()); } std::string default_config_location() { return leatherman::windows::file_util::get_programdata_dir() + "\\PuppetLabs\\facter\\etc\\facter.conf"; } }}} // namespace facter::util::config
Version data entries
16 entries across 16 versions & 2 rubygems