Re: [Puppet Users] Announce: Puppet Agent 1.8.0 is available

2016-11-01 Thread Geoff Nichols
On Tuesday, November 1, 2016 at 6:49:20 PM UTC-7, Garrett Honeycutt wrote: > > On 11/1/16 9:29 PM, Geoff Nichols wrote: > > I’m excited to announce a new backwards-compatible feature release of > > Puppet Agent. Puppet Agent 1.8.0 contains several updated component > > versions, including new

Re: [Puppet Users] Announce: Puppet Agent 1.8.0 is available

2016-11-01 Thread Garrett Honeycutt
On 11/1/16 9:29 PM, Geoff Nichols wrote: > I’m excited to announce a new backwards-compatible feature release of > Puppet Agent. Puppet Agent 1.8.0 contains several updated component > versions, including new feature releases of Puppet and Facter. > > > * Puppet 4.8.0 - This release includes seve

[Puppet Users] Announce: Puppet Agent 1.8.0 is available

2016-11-01 Thread Geoff Nichols
I’m excited to announce a new backwards-compatible feature release of Puppet Agent. Puppet Agent 1.8.0 contains several updated component versions, including new feature releases of Puppet and Facter. * Puppet 4.8.0 - This release includes several improvements to the type system and updates puppet

Re: [Puppet Users] Puppet Contain

2016-11-01 Thread Chuck
This is a really good video that explains it. http://youtu.be/jvDLXykcxiA -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups

Re: [Puppet Users] Spec testing and dalen-puppetdbquery

2016-11-01 Thread Peter Berghold
Garret: I do have dalen-puppetdb in my .fixtures.yaml file. A link to my project? unfortunately I'm developing all this work inside my client's cloud and can't provide a link. On Tue, Nov 1, 2016 at 6:11 PM Peter Berghold wrote: > That's what I was beginning to suspect Andy. Now I have to g

Re: [Puppet Users] Spec testing and dalen-puppetdbquery

2016-11-01 Thread Peter Berghold
That's what I was beginning to suspect Andy. Now I have to go find the Ubuntu version of that On Tue, Nov 1, 2016 at 5:38 PM Andrew Grimberg wrote: > On 11/01/2016 02:25 PM, Garrett Honeycutt wrote: > > On 11/1/16 4:03 PM, Peter Berghold wrote: > >> I have a module that I am writing spec te

Re: [Puppet Users] Spec testing and dalen-puppetdbquery

2016-11-01 Thread Andrew Grimberg
On 11/01/2016 02:25 PM, Garrett Honeycutt wrote: > On 11/1/16 4:03 PM, Peter Berghold wrote: >> I have a module that I am writing spec tests for that uses the Puppet >> Forge module cited in the subject line to query for a list of nodes >> fitting a particular criteria. When I run the spec test it

Re: [Puppet Users] Spec testing and dalen-puppetdbquery

2016-11-01 Thread Garrett Honeycutt
On 11/1/16 4:03 PM, Peter Berghold wrote: > I have a module that I am writing spec tests for that uses the Puppet > Forge module cited in the subject line to query for a list of nodes > fitting a particular criteria. When I run the spec test it bombs out > with a message: "cannot load such file --

[Puppet Users] Spec testing and dalen-puppetdbquery

2016-11-01 Thread Peter Berghold
I have a module that I am writing spec tests for that uses the Puppet Forge module cited in the subject line to query for a list of nodes fitting a particular criteria. When I run the spec test it bombs out with a message: "cannot load such file -- puppet/util/puppetdb" After a bit of searching I

Re: [Puppet Users] Re: Help unit testing profile with dependency on ntp 5.0 module (module data)

2016-11-01 Thread Garrett Honeycutt
On 11/1/16 6:12 AM, David Schmitt wrote: > Hi Steve, > > I can reproduce this locally, and it looks like some kind of setup issue > around how (rspec-)puppet is loading lookup data. > > I'll look into it, and keep you posted. > > Regards, David > > On Monday, October 31, 2016 at 2:39:54 AM UTC,

[Puppet Users] Re: Help unit testing profile with dependency on ntp 5.0 module (module data)

2016-11-01 Thread Stephen Nesbitt
Thanks David! I really appreciate it!! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the

[Puppet Users] Re: Help unit testing profile with dependency on ntp 5.0 module (module data)

2016-11-01 Thread David Schmitt
Hi again, The issue you are seeing is connected to the test not having facts available to properly populate the hierarchy used by data-in-modules in the NTP module. I've added let :facts do { os: { name: 'Debian', family: 'Debian', release: { major: 'stretch

[Puppet Users] Re: Help unit testing profile with dependency on ntp 5.0 module (module data)

2016-11-01 Thread David Schmitt
Hi Steve, I can reproduce this locally, and it looks like some kind of setup issue around how (rspec-)puppet is loading lookup data. I'll look into it, and keep you posted. Regards, David On Monday, October 31, 2016 at 2:39:54 AM UTC, Stephen Nesbitt wrote: > > All: > > I'm struggling to unit

Re: [Puppet Users] Puppet Contain

2016-11-01 Thread Martin Alfke
Hi Gareth, > On 31 Oct 2016, at 17:10, Anfield wrote: > > Can anyone explain what puppet contain function does for classes? Cant seem > to grasp this concept. contain adds a class to the catalog (similar to what include does). But contain handles the way where the class gets added. Think about