diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2011-08-18 10:50:35 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2011-08-18 10:50:35 -0700 |
commit | d7bdfe1dffe1cda33d9197a4ef4319793b8eab87 (patch) | |
tree | 0fdd15703ad0b3aec9f92f82b09ca30fae9afb67 | |
parent | e6d62cde42084f283e56e192043a04f7882a4b99 (diff) | |
parent | d30e7f81d0e64bf438cf68b0208c8f2753903a91 (diff) |
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
-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 |