Merge branch 'ticket/v2.x/9080_match_facts.d_to_facter2dot0' into v2.x

* ticket/v2.x/9080_match_facts.d_to_facter2dot0:
  (#9080) Make facts.d match Facter 2.0
This commit is contained in:
Jeff McCune 2011-08-18 12:06:30 -07:00
commit a8b217f39f

View file

@ -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