Bug #12181

Updated by James Turnbull over 1 year ago

Hello,

OS: RHEL 5.7

I've just upgraded 2.7.9 to 2.7.10 (puppetlabs rpms) and puppet simply stopped working (it stops after loading facts) :

-- cut --
<snip>
<pre>
debug: Loaded state in 0.08 seconds
info: Retrieving plugin
debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw yaml; using pson
debug: Using cached certificate for ca
debug: Using cached certificate for foo.com
debug: Using cached certificate_revocation_list for ca
debug: Finishing transaction 23456250095500
info: Loading facts in /var/lib/puppet/lib/facter/foo_config.rb
info: Loading facts in /var/lib/puppet/lib/facter/network.rb
info: Loading facts in /var/lib/puppet/lib/facter/lldpd.rb
</pre>


-- cut --

Rolling back the client to 2.7.9 and leaving master on 2.7.10 fixes the problem.

Back