Re: [Puppet Users] Re: Puppet 6 regenerate all certs fails with OpenSSL::X509::StoreError

2018-10-22 Thread Bret Wortman
That worked like a champ. Now I just need to read up on how to get my puppetserver talking to puppetdb again... Thanks, Maggie! On 10/22/2018 11:36 AM, Maggie Dreyer wrote: Unfortunately that particular docs page was incorrectly updated for Puppet 6. If you are running Puppet 6 master AND age

Re: [Puppet Users] Re: Puppet 6 regenerate all certs fails with OpenSSL::X509::StoreError

2018-10-22 Thread Maggie Dreyer
Unfortunately that particular docs page was incorrectly updated for Puppet 6. If you are running Puppet 6 master AND agents, you can regenerate your CA by using `puppetserver can setup`. This creates a basic intermediate CA with a self-signed root and a CA signing cert. It will also create a new ce

RE: [Puppet Users] Re: Puppet 6 regenerate all certs fails with OpenSSL::X509::StoreError

2018-10-22 Thread Johan De Wit
try puppet cert list --all That seems to work git simalar error using the puppet ca command -Original message- From: Bret Wortman  Sent: Monday 22nd October 2018 14:48 To: Puppet Users Subject: [Puppet Users] Re: Puppet 6 regenerate all certs fails with OpenSSL::X509::StoreErr

[Puppet Users] Re: Puppet 6 regenerate all certs fails with OpenSSL::X509::StoreError

2018-10-22 Thread Bret Wortman
Out of curiosity, I updated the server to 6.0.1. No change. On Monday, October 22, 2018 at 7:25:10 AM UTC-4, Bret Wortman wrote: > > We had an issue where someone removed our puppet server's ssl directory, > so we need to regenerate all our certs. I'm following the instructions at > https://pup

Re: [Puppet Users] pip package provider on Redhat

2018-10-22 Thread Sergei Gerasenko
Thank you for your response, John. I know my options now. On Friday, October 19, 2018 at 8:29:29 AM UTC-5, jcbollinger wrote: > > > > On Friday, October 19, 2018 at 7:00:51 AM UTC-5, David Schmitt wrote: >> >> To answer your original question: no, there is no way to override the >> ruby code with

Re: [Puppet Users] pip package provider on Redhat

2018-10-22 Thread Sergei Gerasenko
Cool, thank you for the info. I know my options a bit better now. On Friday, October 19, 2018 at 7:00:51 AM UTC-5, David Schmitt wrote: > > To answer your original question: no, there is no way to override the ruby > code without modifying the ruby code. > > On Thu, Oct 18, 2018 at 7:41 PM Sergei

[Puppet Users] Puppet 6 regenerate all certs fails with OpenSSL::X509::StoreError

2018-10-22 Thread Bret Wortman
We had an issue where someone removed our puppet server's ssl directory, so we need to regenerate all our certs. I'm following the instructions at https://puppet.com/docs/puppet/6.0/ssl_regenerate_certificates.html but am having difficulties: # puppetserver ca list -a Traceback (most recent cal

Re: [Puppet Users] Puppet 6 removed native Nagios provider

2018-10-22 Thread Austin Blatt
As part of the refactoring of the puppet code base, nagios resources were moved into their own module, nagios_core . Installing that module should resolve your error. On Thu, Oct 18, 2018 at 8:45 PM comport3 wrote: > Hi All, > > We are testing som