[Puppet-dev] [PATCH/puppet 1/1] [#4771] Import of manifests with the same name only happens once

2010-09-20 Thread Paul Berry
The function import_if_possible, which was supposed to be responsible for making sure that no two threads tried to import the same file at the same time, was not making this decision based on the full pathname of the file, since it was being invoked before pathnames were resolved. As a result, if

[Puppet-dev] [PULL/puppet-dashboard next] Packaging updates.

2010-09-20 Thread Jacob Helwig
These are the updates I've put together for building both RPM, and DEB packages for Puppet Dashboard. This is based on work from both James Turnbull, and Igal Koshevoy. This allows us to build the RPM, and DEB packages by running `rake package:deb` and `rake package:rpm`, and to test these builds

Re: [Puppet-dev] Re: [Puppet Users] ANNOUNCE: Puppet 2.6.1 released!

2010-09-20 Thread Nigel Kersten
Mac packages all up, apologies for the delay. https://sites.google.com/a/explanatorygap.net/puppet/ -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-...@googlegroups.com. To unsubscribe from this

Re: [Puppet-dev] throw an error/warning when a variable is used when undefined

2010-09-20 Thread Robin Bowes
On 20/09/10 17:53, Nigel Kersten wrote: > Maybe we add this too ? http://projects.puppetlabs.com/issues/3933 > > "Option to make Puppet fail as soon as a resource fails." Hmmm, not sure - feels a bit different to me, and possibly warrants a separate switch (--halt-on-error). > > How would we d

Re: [Puppet-dev] throw an error/warning when a variable is used when undefined

2010-09-20 Thread Nigel Kersten
On Sun, Sep 19, 2010 at 2:52 PM, Luke Kanies wrote: > On Sep 20, 2010, at 1:47 AM, Robin Bowes wrote: > >> On 19/09/10 19:59, Peter Meier wrote: Would it be possible to make puppet throw an error when this happens? >>> >>> I don't think this is a good idea. I'm using this a lot to tweak what

Re: [Puppet-dev] Catalog Service

2010-09-20 Thread Luke Kanies
On Sep 20, 2010, at 7:15, David Schmitt wrote: > Combining external node classification, fact storage and offline-compile > capability mentally really made that idea click for me. It leads to a mental > model which contains a single step from definition to Catalog for the whole > system as opp

Re: [Puppet-dev] Catalog Service

2010-09-20 Thread David Schmitt
On 9/17/2010 11:03 PM, Luke Kanies wrote: On Sep 17, 2010, at 4:41 AM, David Schmitt wrote: On 9/16/2010 1:26 AM, Luke Kanies wrote: Hi all, I've just stuck my proposal for a Catalog Service (which we've been bandying about internally for a while, and which I've been thinking about even longe