Re: [Puppet Users] BROKEN PUPPETDB

2016-06-30 Thread Wyatt Alt
Virat, Please describe what is going wrong with puppetdb. If there is an error in the puppetdb log, share it in a gist. Wyatt On 06/30/2016 02:45 PM, Virat wrote: Hello All, I have configured opensource puppet master 4.5.2 & puppetdb 4.1.2. Then started connecting master and db servers as

[Puppet Users] BROKEN PUPPETDB

2016-06-30 Thread Virat
Hello All, I have configured opensource puppet master 4.5.2 & puppetdb 4.1.2. Then started connecting master and db servers as below. puppet master /etc/puppetlabs/puppet/puppet.conf [master] vardir = /opt/puppetlabs/server/data/puppetserver logdir = /var/log/puppetlabs/puppetserver rundir =

[Puppet Users] BROKEN PUPPETDB

2016-06-30 Thread Virat
Hello All, I have configured opensource puppet master 4.5.2 & puppetdb 4.1.2. Then started connecting master and db servers as below. puppet master /etc/puppetlabs/puppet/puppet.conf [master] vardir = /opt/puppetlabs/server/data/puppetserver logdir = /var/log/puppetlabs/puppetserver rundir =

Re: [Puppet Users] Broken puppetdb

2016-06-13 Thread jdehnert
Thanks Wyatt. I am just trying to disconnect my puppetserver from puppetdb, but I do want to re-connect them in the future. Your information is very helpful. I find it easy to get confused about what part us causing what problem when I have puppetserver, puppetdb, puppetdb terminus,

Re: [Puppet Users] Broken puppetdb

2016-06-13 Thread jdehnert
We have a BINGO!. That did the trick. Thank You Trevor, and thanks to everyone who offered assistance. I truly appreciate it. On Saturday, June 11, 2016 at 9:27:16 PM UTC-7, Trevor Vaughan wrote: > > Get rid of this: storeconfigs = true > > Trevor > -- You received this message because you

Re: [Puppet Users] Broken puppetdb

2016-06-13 Thread jdehnert
Thanks Wyatt. I am just trying to disconnect my puppetserver from puppetdb, but I do want to re-connect them in the future. Your information is very helpful. I find it easy to get confused about what part us causing what problem when I have puppetserver, puppetdb, puppetdb terminus,

Re: [Puppet Users] Broken puppetdb

2016-06-12 Thread Wyatt Alt
On 06/12/2016 11:29 AM, Wyatt Alt wrote: This is the configuration file for the puppetdb terminus, and puppet server uses it to find puppetdb. Without the file, the hostname "puppetdb" is assumed, hence the error you see. You need to configure it like this:

Re: [Puppet Users] Broken puppetdb

2016-06-12 Thread Wyatt Alt
On 06/11/2016 07:35 PM, Zeke Dehnert wrote: There was a puppetdb.conf file in the /etc/puppetlabs/puppet directory, but I moved it out, restarted puppet server and I’m still getting errors: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to execute

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread Trevor Vaughan
lt;puppet-users@googlegroups.com> > Date: June 11, 2016 at 5:37:04 PM > To: puppet-users@googlegroups.com <puppet-users@googlegroups.com> > <puppet-users@googlegroups.com> > Subject: Re: [Puppet Users] Broken puppetdb > > It seems like you still have some pupp

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread Zeke Dehnert
ooglegroups.com <puppet-users@googlegroups.com><mailto:puppet-users@googlegroups.com> Subject: Re: [Puppet Users] Broken puppetdb 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. HT

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread Matthaus Owens
ascript:_e(%7B%7D,'cvml','puppet-users@googlegroups.com');> > <puppet-users@googlegroups.com> > <javascript:_e(%7B%7D,'cvml','puppet-users@googlegroups.com');> > Subject: Re: [Puppet Users] Broken puppetdb > > That still looks like your server is trying to send thin

Re: [Puppet Users] Broken puppetdb

2016-06-11 Thread Zeke Dehnert
t;mailto:puppet-users@googlegroups.com> Date: June 11, 2016 at 3:10:26 PM To: puppet-users@googlegroups.com <puppet-users@googlegroups.com><mailto:puppet-users@googlegroups.com> Subject: Re: [Puppet Users] Broken puppetdb That still looks like your server is trying to send things

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

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

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

[Puppet Users] Broken puppetdb

2016-06-10 Thread jdehnert
Greetings All, I decided to try and implement the puppetlabs-puppetdb and puppetlabs-postgres modules after I had both puppetdb and postgres installed and working on my puppet server. This was ill advised as it broke my working setup and no amount of re-configuring seems to be able to get