Sha256: 2119f9ffb7feaa26385aa4e319fc0a9a5e031f9acb4c128e25c6369ba16f4c55
Contents?: true
Size: 354 Bytes
Versions: 16
Compression:
Stored size: 354 Bytes
Contents
#include <facter/util/config.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 "/etc/puppetlabs/facter/facter.conf"; } }}} // namespace facter::util::config
Version data entries
16 entries across 16 versions & 2 rubygems