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:
commit
a8b217f39f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue