diff options
-rw-r--r-- | lib/facter/facter_dot_d.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/facter/facter_dot_d.rb b/lib/facter/facter_dot_d.rb index 2e5d865..90586a9 100644 --- a/lib/facter/facter_dot_d.rb +++ b/lib/facter/facter_dot_d.rb @@ -179,5 +179,5 @@ class Facter::Util::DotD end end -Facter::Util::DotD.new("/etc/facts.d").create -Facter::Util::DotD.new("/etc/puppetlabs/facts.d").create +Facter::Util::DotD.new("/etc/facter/facts.d").create +Facter::Util::DotD.new("/etc/puppetlabs/facter/facts.d").create |