Re: [Puppet Users] Re: puppet master stopped loading facts since puppetdb installation

2014-03-05 Thread Ryan Anderson
I'm not knocking on the gentleman with this issue, but I would like to helpfully recommend installing puppetdb via Puppet Labs' free puppetdb module. It takes care of such things for you, just my $.02. -- You received this message because you are subscribed to the Google Groups "Puppet Users"

Re: [Puppet Users] Re: puppet master stopped loading facts since puppetdb installation

2014-03-04 Thread cko
This was indeed the problem. Thank you, Ryan! On Tuesday, March 4, 2014 11:40:22 PM UTC+1, Ryan Senior wrote: > > I think the problem is the following two lines: > > storeconfigs = true > storeconfigs_backend = puppetdb > > Those need to be in the [master] section. When it's in [main], it applies

Re: [Puppet Users] Re: puppet master stopped loading facts since puppetdb installation

2014-03-04 Thread Ryan Senior
I think the problem is the following two lines: storeconfigs = true storeconfigs_backend = puppetdb Those need to be in the [master] section. When it's in [main], it applies both the agent and the master on that box. You only want that to apply to the master. -Ryan On Tue, Mar 4, 2014 at 12:10

Re: [Puppet Users] Re: puppet master stopped loading facts since puppetdb installation

2014-03-04 Thread cko
The /etc/puppet/puppet.conf looks like this: [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl pluginsync = true storeconfigs = true storeconfigs_backend = puppetdb [live] modulepath = /etc/puppet//modules/live manifest = /etc/puppet/manifests/l

Re: [Puppet Users] Re: puppet master stopped loading facts since puppetdb installation

2014-03-04 Thread Ryan Senior
Can you post your puppet.conf? Should be in /etc/puppet, also the versions of puppet/puppetdb/facter packages? If you want to drop into freenode #puppet IRC channel, we can troubleshoot this more in real time. I'm rsenior there. On Mon, Mar 3, 2014 at 1:35 PM, cko wrote: > I'm still having the

[Puppet Users] Re: puppet master stopped loading facts since puppetdb installation

2014-03-03 Thread cko
I'm still having these issues. Here is some output that might help: https://gist.github.com/anonymous/1afccb3d54ae33b48544 Any ideas? On Tuesday, December 17, 2013 5:56:55 PM UTC+1, cko wrote: > > hey, > > so i just installed puppetdb on a dedicated server (with pgsql). > > I noticed that the