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
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
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
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
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
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
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
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 --
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
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,
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
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
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
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
14 matches
Mail list logo