Skip to content

Commit 2c45f08

Browse files
authored
Merge pull request #8875 from AriaXLi/PUP-11435
(PUP-11435) Remove Facter.reset to stop puppet-enterprise-modules breaking
2 parents 2171a85 + 2811b8b commit 2c45f08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/puppet/defaults.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,6 @@ def self.initialize_default_settings!(settings)
20682068
:hook => proc do |value|
20692069
paths = value.split(File::PATH_SEPARATOR)
20702070
facter = Puppet.runtime[:facter]
2071-
facter.reset
20722071
facter.search(*paths)
20732072
end
20742073
}

0 commit comments

Comments
 (0)