[Puppet Users] Re: Thoughts on dropping 0.24.x client support in Puppet 2.7?

2010-11-26 Thread Jon Wilson
On Nov 26, 2:47 am, Nigel Kersten wrote: > So they care about your clients but not your servers? Why are they different? Because the clients are customer facing, and the servers are not. Different outage windows, different change control, different standard operating environments. -- You rece

[Puppet Users] Re: generating catalog files

2010-08-03 Thread Jon Wilson
.puppetlabs.com/projects/1/wiki/Puppet_Internals). That will be sufficient for unit tests that catch compile-time manifest errors. I'll have to work a little harder to get more usable output (Yaml?), or to write any tests that use facts (real, cached or faked). On Aug 3, 9:20 pm, Jon Wilson wro

[Puppet Users] Re: generating catalog files

2010-08-03 Thread Jon Wilson
Thanks Patrick, I'll give that a try. I'm not too worried about breaking existing configuration, or cached facts. Everything will be running in a sandbox, which will be clean prior to every test run. On Aug 3, 12:22 pm, Patrick Mohr wrote: > On Aug 2, 2010, at 5:50 PM, Jon

[Puppet Users] generating catalog files

2010-08-02 Thread Jon Wilson
Hiya, Is there a way I can easily generate the catalog for a particular puppet client, without actually running Puppet on that client? I'd like to write some unit tests for my Puppet master, which generate catalogs for a set of clients, and check their content. This will syntax & sanity check my