Re: [Puppet Users] migrating to puppetdb

2013-09-08 Thread Ken Barber
> Thats strange its working fine for me. What version of Puppet? > > [master] > storeconfigs = true > storeconfigs_backend = puppetdb Those settings are for PuppetDB, the problem specifically is in the usage of the 'storeconfigs' face - which at the point of migration should be using the legac

Re: [Puppet Users] migrating to puppetdb

2013-09-08 Thread William Van Hevelingen
Thats strange its working fine for me. What version of Puppet? [master] storeconfigs = true storeconfigs_backend = puppetdb On Fri, Sep 6, 2013 at 6:55 AM, Darin Perusich wrote: > Hi Ken, > > Adding the storeconfigs setting to [main] got things working. This > sounds like an bug/issue to

Re: [Puppet Users] migrating to puppetdb

2013-09-06 Thread Darin Perusich
Hi Ken, Adding the storeconfigs setting to [main] got things working. This sounds like an bug/issue to me, or at a minimum something that needs to be specified int he documentation. I'll file and issue. Thanks! -- You received this message because you are subscribed to the Google Groups "Puppe

Re: [Puppet Users] migrating to puppetdb

2013-09-05 Thread Ken Barber
You might need to move your storeconfigs specific settings into the [main] block of your puppet.conf ... instead of [master] for this operation to succeed, since the storeconfigs command doesn't look into the [master] block I believe. On Thu, Sep 5, 2013 at 2:01 PM, Darin Perusich wrote: > Hello