I am using Puppet 0.23.2 I am trying to add a new client -- v26.domain.com This is what I am doing from client side - v26.doamin.com #puppetd --test info: Creating a new certificate request for v26.domain.com info: Creating a new SSL key at /var/lib/puppet/ssl/private_keys/v26.domain.com.pem warning: peer certificate won''t be verified in this SSL session. notice: No certificates; exiting Then I sign the cert in puppet server using Puppetca -sign v26.domain.com I now run the #puppetd -test on client again I get the below message . err: Could not retrieve configuration: Could not find v26.silverspringnet.com with names v26.silverspringnet.com, v26 warning: Not using cache on failed configuration I have removed the puppet client & installed it but still I get this error, is there anyway I can copy the certs manually to avoid this erross. -- Deepak _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
I didn''t have the host name in the puppet server in site.pp -- Deepak ________________________________ From: puppet-users-bounces@madstop.com [mailto:puppet-users-bounces@madstop.com] On Behalf Of Deepak Naidu Sent: Thursday, November 29, 2007 6:06 PM To: Puppet User Discussion Subject: [Puppet-users] Puppetca issue - not working I am using Puppet 0.23.2 I am trying to add a new client -- v26.domain.com This is what I am doing from client side - v26.doamin.com #puppetd --test info: Creating a new certificate request for v26.domain.com info: Creating a new SSL key at /var/lib/puppet/ssl/private_keys/v26.domain.com.pem warning: peer certificate won''t be verified in this SSL session. notice: No certificates; exiting Then I sign the cert in puppet server using Puppetca -sign v26.domain.com I now run the #puppetd -test on client again I get the below message . err: Could not retrieve configuration: Could not find v26.silverspringnet.com with names v26.silverspringnet.com, v26 warning: Not using cache on failed configuration I have removed the puppet client & installed it but still I get this error, is there anyway I can copy the certs manually to avoid this erross. -- Deepak _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
On Nov 29, 2007 7:06 PM, Deepak Naidu <dnaidu@silverspringnet.com> wrote:> > err: Could not retrieve configuration: Could not find > v26.silverspringnet.com with names v26.silverspringnet.com, v26 > > warning: Not using cache on failed configuration > > > > > > I have removed the puppet client & installed it but still I get this error, > is there anyway I can copy the certs manually to avoid this erross. > >You actually made it past the certificate exchange. The client is now looking for it''s configs. Make sure you have the client defined in your manifest somewhere. Jeff