I recently upgraded puppet on my client machine to 0.25.4 (using the package from EPEL). However I''m not getting this error: debug: Finishing transaction 23575711646920 with 0 changes debug: Using cached certificate for ca, good until Sun Feb 01 09:38:22 UTC 2015 debug: Using cached certificate for sl5build.hq.eso.org, good until Sun Feb 01 13:51:41 UTC 2015 debug: Loaded state in 0.00 seconds debug: Using cached certificate for ca, good until Sun Feb 01 09:38:22 UTC 2015 debug: Using cached certificate for sl5build.hq.eso.org, good until Sun Feb 01 13:51:41 UTC 2015 debug: catalog supports formats: b64_zlib_yaml marshal pson raw yaml; using pson warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run The command I''m running is puppetd --test --server acmp10.hq.eso.org - d Anyone have any ideas because I can''t see anything appearing in the logs on the server and there are no logs on the client? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Tim
2010-Apr-28 14:28 UTC
[Puppet Users] Re: err: Could not retrieve catalog; skipping run
Replying to my own post, this was caused by a version mismatch between the server and client. The puppet server must always be either same version or a newer version than the client. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.