We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bb503 commit 94d9cfeCopy full SHA for 94d9cfe
2 files changed
lib/facter/custom_facts/util/config.rb
@@ -45,6 +45,7 @@ def self.setup_default_ext_facts_dirs
45
[
46
'/etc/puppetlabs/facter/facts.d',
47
'/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
@@ -58,6 +58,7 @@
58
.to eq [
59
60
61
62
63
64
0 commit comments