Re: [Puppet Users] Re: Unknown resource type after Upgrade

2018-09-28 Thread Josh Cooper
On Fri, Sep 28, 2018 at 1:04 AM Christian Reiß wrote: > Hey, > > thank you-- > that clears that up. Seems like time will solve the issue; postponing the > update for now. > Filed as https://tickets.puppetlabs.com/browse/MODULES-8015. We should have a fix by early next week. > > Am Donnerstag,

Re: [Puppet Users] PUPPET 6.0 : CSR from master does not match the agent public key

2018-09-28 Thread Maggie Dreyer
Hello! For cleaning the cert on the master, are you trying to use `puppet cert clean`? This error message needs to be updated to instead say "On the master: use `puppetserver ca clean --certname `". The `puppet cert` command was removed in 6.0.0, see https://puppet.com/docs/puppet/6.0/release_note

[Puppet Users] PUPPET 6.0 : CSR from master does not match the agent public key

2018-09-28 Thread Andy Hall
Just deployed a new puppet 6.0 client / server setup and getting the classic CSR signing issue (see details below). Please help clarify my understanding so I can troubleshoot this (I'm sure there's a quick fix for this) : N.B. The usual "remove the SSL dir on the client and clean the cert on th

[Puppet Users] Re: Unknown resource type after Upgrade

2018-09-28 Thread Christian Reiß
Hey, thank you-- that clears that up. Seems like time will solve the issue; postponing the update for now. Am Donnerstag, 27. September 2018 11:14:19 UTC+1 schrieb Christian Reiß: > > Hey folks, > > I am currently upgrading to 6.x on a test setup using my live puppet code; > trying to get it t

Re: [Puppet Users] Re: Updates to CA command line interaction in Puppet 6

2018-09-28 Thread schomaecker
Thank you very much Maggie, 1) did the job the right way. Perfect :-) Yours Henri Am Donnerstag, 27. September 2018 18:19:37 UTC+2 schrieb Maggie Dreyer: > > Here are a few options that should work: > > 1) whitelist the master's certname (which is more secure than > allow-unauthenticated anyway