Tom
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
I think it means that the new installed client created a key and csr in
%post as expected but the master already had a certificate for that
machine. Before you reinstall you have to clean the existing cert on the
master.
--
Kind Regards, Markus Falb
Any chance you've hit one of those conditions where package defaults point the SSLDIR to /var/lib/puppet/ssl instead of /etc/puppet/ssl? I've seen this, specifically, when moving between RedHat/CentOS RPMs and gems, just as an example. (or, they're specified one way in your puppet.conf, and expected/defaulted differently in the package ... so in your second and subsequent runs, you'll see the problem).You should be able to easily reproduce this by blowing away all your puppet configs and SSL information on a "new" client and cleaning them out on the server ... then running "puppet agent --test" to see what it does (should re-request certs, etc). Once it's done, immediately run it again to see if it tries to re-request (and fail) the certs.Hope that helps...Russell