[Puppet Users] Using the Puppet Catalog Preview tool in a rspec-puppet workflow?

2016-07-26 Thread robbyt
I'd like to use the Catalog Preview tool as part of module spec tests, to ensure that code in each module will work correctly in both versions of Puppet? Is it possible to use the Catalog Preview tool without a real Puppet Master infrastructure? Thanks, RT -- You received this message becau

[Puppet Users] Re: Announce: Facter 2.4.5 Available

2016-01-25 Thread robbyt
On Friday, January 22, 2016 at 1:27:33 PM UTC-5, Hailee Kenney wrote: > > Facter 2.4.5 is a backwards-compatible bug-fix release in the Facter 2 > series. > > This release includes minor bug fixes to several different facts. > > To download Facter, follow the instructions here: > http://docs.pupp

Re: [Puppet Users] default data lookup w/ hiera2? "Data in Modules"

2013-09-19 Thread robbyt
On Wednesday, September 18, 2013 3:15:18 PM UTC+3, Henrik Lindberg wrote: > Here are the possible alterantives: > > arity 1: String key > arity 1: Hash options > arity 2: String key, String | Type type > arity 2: String key, Hash options > arity 3: String key, String | Type type, Object defau

Re: [Puppet Users] default data lookup w/ hiera2? "Data in Modules"

2013-09-16 Thread robbyt
, better: lookup('namespace::some_hash', { type => 'Hash', default => {'my_key' => 'my_value'} }) On Thursday, September 12, 2013 12:13:37 AM UTC+3, Henrik Lindberg wrote: > > Thank you for the feedback, very good comments. > > See more in

Re: [Puppet Users] default data lookup w/ hiera2? "Data in Modules"

2013-09-16 Thread robbyt
And yes, a 3rd positional argument for the default would be fantastic. (For now...) On Thursday, September 12, 2013 12:13:37 AM UTC+3, Henrik Lindberg wrote: > Does adding a 3d argument to lookup for default cut it for you? > > Regards > - henrik > > > -- You received this message because y

[Puppet Users] default data lookup w/ hiera2? "Data in Modules"

2013-09-11 Thread robbyt
I am reading over the release notes for Puppet 3.3, and buried under "data in modules" is a link to ARM-9. There is a good chance that I don't "get it" - Puppet is moving pretty fast these days and I am still trying to get caught up with all of the changes. I have only read the latest Puppet c

[Puppet Users] Re: git hooks for pre-commit in puppet 2.7?

2011-11-03 Thread robbyt
On Nov 1, 10:45 pm, Nan Liu wrote: > On Tue, Nov 1, 2011 at 12:50 PM, Rob Terhaar wrote: > > Hi All, > > > Does anyone have a good git pre-commit hook that's compatible with > > Puppet 2.7? The example pre-commit hook on the PuppetLabs wiki[1] no > > longer works, because the puppet binary no l

[Puppet Users] 'checkinstall' for custom package creation

2010-02-24 Thread robbyt
One problem that we frequently run into while building and supporting puppet infrastructures, is some cowboy developer who insists that he needs Python 3.1, PHP6, SWiG 1.3.40, etc, and these packages are not available in our Distro's stable package repository. Have you ever tried to build a slotte

[Puppet Users] Re: cron resource in CentOS 5

2010-01-24 Thread robbyt
On Jan 22, 10:45 pm, Todd Zullinger wrote: > robbyt wrote: > > For some reason, I'm unable to manage cron resources on my CentOS5 > > server: > > > manifest: > > >   cron { "test": > >     command => '/bin/true', > >    

[Puppet Users] cron resource in CentOS 5

2010-01-22 Thread robbyt
Hi All, For some reason, I'm unable to manage cron resources on my CentOS5 server: manifest: cron { "test": command => '/bin/true', user=> 'root', hour => '1', } And when I try to run this via puppetmasterd: info: Caching catalog for ny-dev84.domain.com err: Could not pre

[Puppet Users] Re: Exported Resources: noob help please!

2009-08-25 Thread robbyt
> > Hi All, > > > I'm successfully using Exported Resources and StoreConfigs on my > > puppet system. I'm able to populate the hosts files on all of my > > nodes, and that's pretty cool. > > > My problem is that i'm not quite clear how to query the information > > stored in the Exported Resources

[Puppet Users] Exported Resources: noob help please!

2009-08-22 Thread robbyt
Hi All, I'm successfully using Exported Resources and StoreConfigs on my puppet system. I'm able to populate the hosts files on all of my nodes, and that's pretty cool. My problem is that i'm not quite clear how to query the information stored in the Exported Resources database for other things.

[Puppet Users] How to add header to all files/templates?

2009-08-05 Thread robbyt
Hello All! I would like to automatically add a header to all files/templates that puppet manages on my servers. Something like "#if you break, my puppet will fix it!!" Is this possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to