[Puppet Users] Re: Unable to generate certificate on Puppet Agent through Master

2013-01-14 Thread RedJinnee
By default the client request the revocation list from the master, you can disable that by setting it's property to false. in puppet.conf add certificate_revocation = false then, puppet agent -t hope this helps. On Tuesday, December 18, 2012 7:05:43 AM UTC-5, Vishal Asai wrote: > > Hi Ajee

[Puppet Users] Re: Unable to generate certificate on Puppet Agent through Master

2013-01-14 Thread RedJinnee
The client requests the certifcate revocation list from the master, and you can disable that by disabling this feature by adding this to your agnet configs in puppet.conf add this line: certificate_revocation = false and Run puppet agent -t again On Tuesday, August 28, 2012 5:08:51 AM UT

[Puppet Users] Puppet Autosign

2012-10-03 Thread RedJinnee
Hi, I have upgraded my puppet master to 2.7 with autosign enabled, it works great, the only issue I have it that when I re-image any client machine (blow away /var/lib/puppet ) folder and try to run puppet again, it fails to authenticate. The solution will be to (revoke + clean) the certificat