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

Version Path
facter-3.12.2.cfacter.20181217 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.12.1.cfacter.20181031 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.11.6.cfacter.20181031 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.12.1.cfacter.20181023 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.11.5.cfacter.20181022 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.12.0.cfacter.20181004 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.12.0.cfacter.20181001 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.12.0.cfacter.20180918 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.11.4.cfacter.20180821 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.11.3.cfacter.20180716 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.11.2.cfacter.20180612 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.9.6.cfacter.20180612 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.11.2.cfacter.20180606 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.9.6.cfacter.20180606 ext/facter/facter/lib/src/util/config/posix/config.cc
facter-3.11.0.cfacter.20180319 ext/facter/facter/lib/src/util/config/posix/config.cc
cfacter-3.11.0.rc.20180314 ext/facter/facter/lib/src/util/config/posix/config.cc