Skip to content

Commit d7bdfe1

Browse files
author
Jeff McCune
committed
Merge branch 'ticket/v2.x/9080_match_facts.d_to_facter2dot0'
* ticket/v2.x/9080_match_facts.d_to_facter2dot0: (#9080) Make facts.d match Facter 2.0
2 parents e6d62cd + d30e7f8 commit d7bdfe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/facter/facter_dot_d.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,5 @@ def create
179179
end
180180
end
181181

182-
Facter::Util::DotD.new("/etc/facts.d").create
183-
Facter::Util::DotD.new("/etc/puppetlabs/facts.d").create
182+
Facter::Util::DotD.new("/etc/facter/facts.d").create
183+
Facter::Util::DotD.new("/etc/puppetlabs/facter/facts.d").create

0 commit comments

Comments
 (0)