[Puppet Users] Re: Announce: PuppetDB 4.0.0 available

2016-03-21 Thread Tehmasp Chaudhri
and the upgrade (from 3.2.4) was super clean/easy; thanks! On Thursday, March 17, 2016 at 2:32:25 PM UTC-6, Ryan Senior wrote: > > PuppetDB 4.0.0 - March 17, 2016 > > > PuppetDB 4.0.0 is a major release that improves performance and contains > many new query features,

[Puppet Users] Re: connecting puppet servers to puppet db

2016-03-19 Thread Tehmasp Chaudhri
You must make sure that each server's hostname is resolvable by DNS AND that resolvable hostname is indeed the hostname to which the puppet certs are created for. In short, all these errors stem from an improperly setup DNS. I just had the same issues and discovered that as the root cause. I no

Re: [Puppet Users] Puppet Module spec testing

2015-08-05 Thread Tehmasp Chaudhri
I've got something similar I built a while ago (and need to update again since I'm back in the Puppet world). Magnum: https://github.com/tehmaspc/magnum It will help you create a new module dir with a bunch of puppet tools setup for you - including rspec-puppet for spec testing and serverspec f

[Puppet Users] Re: rspec-puppet: function stubs

2014-01-03 Thread Tehmasp Chaudhri
I'm looking to do this as well. Did you ever have any luck? On Friday, July 27, 2012 8:44:08 AM UTC-6, James Stremick wrote: > > > I'm looking for a way to stub a parser function within rspec-puppet. This > function returns data based on a database query and I'd rather not have to > populate dum