Re: [Puppet Users] Re: what is actually "undefined method 'include?' for nil:NilClass on node" error?

2015-06-17 Thread Tom Noonan
Good catch. Out of curiosity, what lead you to look at file sizes in /var/lib/puppet/yaml/node? Based on your initial problem description that is not where I would have been looking to troubleshoot. On Wed, 17 Jun 2015 07:11:09 -0700 (PDT) Ed Deloye wrote: > Discovered truncated yaml files on

[Puppet Users] Puppet introducing instability to Docker on Debian Jessie

2015-06-15 Thread Tom Noonan
l] WantedBy=sockets.target I'm not sure if this is a Puppet bug, SystemD bug, or Docker bug. has anyone else seen behaviour like this with Puppet and SystemD? --Tom Noonan II -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To u

[Puppet Users] SSL Cert automation for service

2015-01-04 Thread Tom Noonan
o use CA certs for trust without the pain of hand managing my CA. I'm hoping someone had trod this path and can provide pointers, as this is difficult to Google as I'm not interested in Puppet's internal certs. Thanks. --Tom Noonan II -- You received this message because you a

Re: [Puppet Users] Simplest manner to print a node's catalog

2013-11-11 Thread Tom Noonan
the PuppetDB API with curl. Can someone advise > > on commands to print the catalog on a node, preferably backwards > > compatible with Puppet 2.6? Thanks. > > > > --Tom Noonan II > > > > -- > > You received this message because you are subscribed to

Re: [Puppet Users] Re: Security of facts (aka: who can see my facts?)

2013-11-04 Thread Tom Noonan
But that doesn't address the concern that you can't auto generate values and store them in Heira, as Arnaud mentioned. Is our understanding on this flawed? I see a Puppet source on http://docs.puppetlabs.com/hiera/1/data_sources.html#puppet, but that just says "Coming soon." My solution thus far

Re: [Puppet Users] package conflict resolution method:

2013-11-01 Thread Tom Noonan
That looks like a good solution, thanks! On Fri, 1 Nov 2013 14:11:44 -0700 Ryan Coleman wrote: > On Fri, Nov 1, 2013 at 2:03 PM, Tom Noonan wrote: > > > Can the list please advise on what best practice is in this > > case? > > > > Hi Tom, > > T

[Puppet Users] package conflict resolution method:

2013-11-01 Thread Tom Noonan
Hello, list: I have two puppet modules that are unrelated to each other, but both have (unrelated) Python scripts that parse YAML. As such, both have a block like the following in their manifests for the PyYAML script dependency: package { 'PyYAML': ensure => installed,

Re: [Puppet Users] Re: Including files in a template

2013-10-01 Thread Tom Noonan
> <% require File.dirname(__FILE__) + "/foo.rb" %> This suits my needs perfectly. Thanks! On Tue, 1 Oct 2013 06:32:15 -0700 (PDT) jcbollinger wrote: > > > On Tuesday, October 1, 2013 7:02:00 AM UTC-5, Sneha More wrote: > > > > Hi, > >You can use here the concept of partial template. > > T

[Puppet Users] Including files in a template

2013-10-01 Thread Tom Noonan
ny paths passed in that I could use. Thanks in advance. --Tom Noonan II -- 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...@google