Re: [Puppet Users] function that returns parameters from a webservice

2016-06-11 Thread Henrik Lindberg
On 11/06/16 07:57, Pearl Raj wrote: Peter and Henrik, thanks for writing in. Let me explain the scenario once. We use puppet 3 with Hiera for appX application. But due to some internal issues (management, company policy), the team which supports the application (Support-appX) do not have access

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread Trevor Vaughan
Hi James, The puppetdb module should take care of your DB certs. However, if it doesn't, or something goes wrong, you will need to fix the DB certs manually. Also, if you update your Puppet certificates, the PuppetDB module will *not* notice and you'll need to erase the existing certs and run the

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread jdehnert
Thanks for the tips Trevor. I did make the change on the puppet server, but my clients are still complaining: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to execute '/pdb/cmd/v1?checksum=5c49765a6d1ef8e77fa85c53f70e9f572615463e&version=4&certname=it-lnx-01

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread Trevor Vaughan
That still looks like your server is trying to send things to PuppetDB. Check the puppet.conf and grep for puppetdb in your puppet and puppet server configuration settings and make sure it's been removed. Also, fully restart your puppetserver process. An API hit won't do the job. Trevor On Sat,

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread Zeke Dehnert
Hmm, I grepped for puppetdb in all of the puppet config files and all the files in puppeserver/conf.d and removed any reference to puppetdb from all of them. O also made sure that puppetdb and postgres don’t start after a reboot, then i rebooted the puppet server systemm, and my clients are sti

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread Matthaus Owens
It seems like you still have some puppetdb settings in puppet.conf, like fact_terminus for example. I'd look there before uninstalling the packages. HTH On Saturday, June 11, 2016, Zeke Dehnert wrote: > Hmm, I grepped for puppetdb in all of the puppet config files and all the > files in puppese

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread Zeke Dehnert
Here is my puppet.conf. # This file can be used to override the default puppet settings. # See the following links for more details on what settings are available: # - https://docs.puppetlabs.com/puppet/latest/reference/config_important_settings.html # - https://docs.puppetlabs.com/puppet/latest

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread Trevor Vaughan
Get rid of this: storeconfigs = true Trevor On Sat, Jun 11, 2016 at 10:35 PM, Zeke Dehnert wrote: > Here is my puppet.conf. > > # This file can be used to override the default puppet settings. > # See the following links for more details on what settings are available: > # - > https://docs.pu