Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-24 Thread pkraw...@gmail.com
Justin, I implemented the suggestion you made however after running the curl command against the 2 environments having the issue and receiving the 204 response, the puppet module is still getting the 500 error. Do you or anyone else have any other suggestions? Is it possible it's related to r

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-25 Thread pkraw...@gmail.com
Dirk, why wouldn't puppet just do this automatically when a module changes? Is there a bug somewhere? On Tuesday, August 25, 2020 at 2:43:03 AM UTC-4 Dirk Heinrichs wrote: > Am Montag, den 24.08.2020, 11:06 -0700 schrieb pkraw...@gmail.com: > > Justin, I implemented the sugge

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-25 Thread pkraw...@gmail.com
pet apply --modulepath=/home/toor --test -e "include testmod" --verbose On Tuesday, August 25, 2020 at 12:38:05 PM UTC-4 pkraw...@gmail.com wrote: > Dirk, why wouldn't puppet just do this automatically when a module > changes? Is there a bug somewhere? > > O

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-28 Thread pkraw...@gmail.com
urce_types in the root of your environment that should be removed and > regenerated like Dirk said. Possibly you could have an older version in a > different environment that's being loaded first, but I don't think that'd > cause a problem for uncached, new parameters on

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-08-28 Thread pkraw...@gmail.com
hing the server cache. Both domains have a value of 0 for environment_timeout for each environment. On Friday, August 28, 2020 at 2:32:05 PM UTC-4 Justin Stoller wrote: > On Fri, Aug 28, 2020 at 10:14 AM pkraw...@gmail.com > wrote: > >> Great info but I think I might have found th

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-09-15 Thread pkraw...@gmail.com
urce_types directory? On Friday, August 28, 2020 at 2:47:26 PM UTC-4 pkraw...@gmail.com wrote: > Justin, yes it's happening in all environments which leads me to believe > it's related to an old copy > in /opt/puppetlabs/puppet/cache/lib/puppet/type. Still trying to wrap my

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-09-15 Thread pkraw...@gmail.com
Thanks Justin/Josh. Josh, I did come across this during my recent searches on trying to resolve my original issue. On Tuesday, September 15, 2020 at 1:48:47 PM UTC-4 Josh Cooper wrote: > > > On Tue, Sep 15, 2020 at 5:25 AM pkraw...@gmail.com > wrote: > >> So I've

[Puppet Users] Puppet CA expiring and puppetserver cert expiring

2021-07-12 Thread pkraw...@gmail.com
Version: Puppet 5.5 We have an open source puppet environment which has been up for almost 5 years and certs are about to expire. We are running 5.5. I know it's an older version but we are sunsetting puppet by year end. Setup: PuppetCA Server Pupper Master Server 1 Puppet Master Server 2 Pu

[Puppet Users] Re: Puppet CA expiring and puppetserver cert expiring

2021-07-13 Thread pkraw...@gmail.com
-in ca_crt.pem -noout -text|grep -A 3 Validity > chown puppet: ./* > cd /etc/puppetlabs/puppet/ssl > cp -a ca/ca_crt.pem certs/ca.pem > > # CLIENTS > > /opt/puppetlabs/bin/puppet resource file > /etc/puppetlabs/puppet/ssl/certs/ca.pem ensure=absent > /opt/puppe

[Puppet Users] Shutting Down Mcollective

2021-07-26 Thread pkraw...@gmail.com
When we installed puppet open source and upgrade to V5, mcollective was also installed and running both the mcollective servers and the service on each remote node. Can I shutdown mcollective on both the nodes and servers since we don't use it? We use another tool for automation management on