We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad54db0 + 1f338e3 commit 1d9ae11Copy full SHA for 1d9ae11
2 files changed
lib/facter/custom_facts/util/config.rb
@@ -44,7 +44,8 @@ def self.setup_default_ext_facts_dirs
44
else
45
[
46
'/etc/puppetlabs/facter/facts.d',
47
- '/etc/facter/facts.d/',
+ '/etc/facter/facts.d',
48
+ '/usr/local/etc/facter/facts.d',
49
'/opt/puppetlabs/facter/facts.d'
50
]
51
end
spec/custom_facts/util/config_spec.rb
@@ -57,7 +57,8 @@
57
expect(LegacyFacter::Util::Config.external_facts_dirs)
58
.to eq [
59
60
61
62
63
64
0 commit comments