[Puppet-dev] puppet settings vs. faces settings

2012-04-12 Thread Chris Price
Howdy folks... in the spirit of using this list for things other than github spam: I have another topic that I'd like to get feedback on with regards to Puppet's settings management. (I know, you've all been eagerly awaiting the next installment in this saga!) Currently there is no mechanism in

[Puppet-dev] (puppetlabs/puppet) Bug/2.7.x/8174 incorrect warning about deprecated scoping

2012-04-12 Thread wearetherobots
On Thu Apr 12 23:46:38 UTC 2012 pull request #657 was closed. Bug/2.7.x/8174 incorrect warning about deprecated scoping requested by (zaphod42) The pull request was merged by: jeffweiss -- You received this message because you are subscribed to the Google Groups "Pup

Re: [Puppet-dev] Taking github noise away from puppet-dev list

2012-04-12 Thread Andrew Parker
I just recently started working at Puppet Labs and have been pretty much been ignoring most of what I see from this list because of the amount of github mail on it. I think that removing the github email from this list will help it to do what I'm hoping to see on it, which is to have discussions

[Puppet-dev] (puppetlabs/puppet) (#13929) Improve logging for very early failures

2012-04-12 Thread wearetherobots
Please review pull request #668: (#13929) Improve logging for very early failures opened by (cprice-puppet) Description: This adds a "force_flushqueue" method to the Log class. This can be called prior to a system exit, to force any queued log messages to be flushed. If

[Puppet-dev] Re: [augeas-devel] Improving Augeas' idempotence in Puppet

2012-04-12 Thread David Lutterkort
On Fri, 2012-04-06 at 01:26 -0700, Raphaël Pinson wrote: > As of today, the way the Augeas provider in Puppet manages idempotence > can be somehow problematic. The `onlyif` statements can only be > evaluated on the client, so all Augeas resources are generally run on > the client, and whether to ru

[Puppet-dev] (puppetlabs/puppet) Fix order dependent acceptance test on Windows

2012-04-12 Thread wearetherobots
On Thu Apr 12 22:16:53 UTC 2012 pull request #667 was closed. Fix order dependent acceptance test on Windows requested by (joshcooper) The pull request was merged by: jeffweiss -- You received this message because you are subscribed to the Google Groups "Puppet Devel

[Puppet-dev] (puppetlabs/puppet) (#7639) Assume unspecified time components are zero

2012-04-12 Thread wearetherobots
On Thu Apr 12 21:50:29 UTC 2012 pull request #655 was closed. (#7639) Assume unspecified time components are zero requested by (seanmil) The pull request was merged by: jeffweiss -- You received this message because you are subscribed to the Google Groups "Puppet Dev

[Puppet-dev] (puppetlabs/puppet) Ticket/2.7.x/13640 daemon infinite loop

2012-04-12 Thread wearetherobots
On Thu Apr 12 21:47:39 UTC 2012 pull request #658 was closed. Ticket/2.7.x/13640 daemon infinite loop requested by (pcarlisle) The pull request was merged by: daniel-pittman -- You received this message because you are subscribed to the Google Groups "Puppet Develope

[Puppet-dev] (puppetlabs/puppet) Fix order dependent acceptance test on Windows

2012-04-12 Thread wearetherobots
Please review pull request #667: Fix order dependent acceptance test on Windows opened by (joshcooper) Description: Previously, the test assumed that the agent already had a signed certificate and would fail trying to connect to the master to retrieve a catalog. But this

[Puppet-dev] (puppetlabs/puppet) Win service eventlog

2012-04-12 Thread wearetherobots
On Thu Apr 12 20:42:59 UTC 2012 pull request #666 was closed. Win service eventlog requested by (joshcooper) The pull request was merged by: jeffmccune -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to

Re: [Puppet-dev] Hiera in Jenkins

2012-04-12 Thread Justin Stoller
On Thu, Apr 12, 2012 at 1:13 AM, Ken Barber wrote: > Does anyone have any problem with me putting Hiera into Jenkins? I was > just going to start with hiera, and maybe get hiera-puppet in there > eventually. I've just been approached by a few people to review > patches and I would feel more comfo

[Puppet-dev] (puppetlabs/puppet-acceptance) Rename 64 to 32

2012-04-12 Thread wearetherobots
On Thu Apr 12 19:14:49 UTC 2012 pull request #193 was closed. Rename 64 to 32 requested by (joshcooper) The pull request was merged by: justinstoller -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to th

[Puppet-dev] (puppetlabs/puppet-acceptance) Rename 64 to 32

2012-04-12 Thread wearetherobots
Please review pull request #193: Rename 64 to 32 opened by (joshcooper) Description: The windows vm has been renamed Opened: Thu Apr 12 18:53:33 UTC 2012 Based on: puppetlabs:master (d5faaadcd05c8193454211d5f55ae9ca27302778) Requested merge: jo

Re: [Puppet-dev] Adding additional tags to a custom type.

2012-04-12 Thread Trevor Vaughan
That might work. I'll poke around and see what happens. Perhaps I can append to it so that the default tags don't get removed. Thanks, Trevor On Thu, Apr 12, 2012 at 10:56 AM, Ken Barber wrote: > I'm not entirely sure - but can you use what the tag function does > (lib/puppet/parser/functions/

[Puppet-dev] (puppetlabs/puppet) (#13204) Don't ignore missing PATH.augnew files

2012-04-12 Thread wearetherobots
On Thu Apr 12 18:21:58 UTC 2012 pull request #660 was closed. (#13204) Don't ignore missing PATH.augnew files requested by (domcleal) The pull request was merged by: jeffweiss -- You received this message because you are subscribed to the Google Groups "Puppet Develo

Re: [Puppet-dev] Taking github noise away from puppet-dev list

2012-04-12 Thread James Turnbull
> * no close e-mail > * more readable inlined patches (syntax coloring?, broken in different > e-mails per commit?) > * send back to the thread on this list the internal discussion happening > on github I agree with Brice. The only way to bring the conversation back here is not to segment/split th

Re: [Puppet-dev] Adding additional tags to a custom type.

2012-04-12 Thread Ken Barber
I'm not entirely sure - but can you use what the tag function does (lib/puppet/parser/functions/tag.rb)? It does something like: self.resource.tag(array_of_tags) I ponder if you can call that method at say, a type level somehow...? ken. On Thu, Apr 12, 2012 at 4:32 PM, Trevor Vaughan wrote: >

[Puppet-dev] Adding additional tags to a custom type.

2012-04-12 Thread Trevor Vaughan
I trolled through the existing types and providers but didn't see anything appending tags to themselves. What is the correct place/method to do this? Thanks, Trevor -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 tvaug...@onyxpoint.com -- This account not approved for unencry

Re: [Puppet-dev] Taking github noise away from puppet-dev list

2012-04-12 Thread R.I.Pienaar
- Original Message - > From: "Dean Wilson" > To: puppet-dev@googlegroups.com > Cc: puppet-us...@googlegroups.com > Sent: Thursday, April 12, 2012 10:55:45 AM > Subject: Re: [Puppet-dev] Taking github noise away from puppet-dev list > > On 12 April 2012 08:48, Brice Figureau > wrote: >

Re: [Puppet-dev] Taking github noise away from puppet-dev list

2012-04-12 Thread Dean Wilson
On 12 April 2012 08:48, Brice Figureau wrote: > Nowadays, I don't even read patches because they're either one click > away or difficult to read in the e-mail. Worst: most of the time I open > the "close" pull request e-mail by mistake (thinking it is the open one) > and struggle to find the real

Re: [Puppet Users] Re: [Puppet-dev] Taking github noise away from puppet-dev list

2012-04-12 Thread Ken Barber
>> 3.  More forethought and discussion on the dev list prior to making a >> pull request/patch. > > That'd be really great. And I noticed some attempts lately in this > direction, which is really good. I've been moving more discussions onto puppet-dev in the last few weeks, as I've been delving mo

[Puppet-dev] (puppetlabs/hiera) Bug fix to parse_string - extra_data doesn't get parsed when using hiera-puppet

2012-04-12 Thread wearetherobots
On Thu Apr 12 08:16:40 UTC 2012 pull request #38 was closed. Bug fix to parse_string - extra_data doesn't get parsed when using hiera-puppet requested by (crayfishx) -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. T

[Puppet-dev] Hiera in Jenkins

2012-04-12 Thread Ken Barber
Does anyone have any problem with me putting Hiera into Jenkins? I was just going to start with hiera, and maybe get hiera-puppet in there eventually. I've just been approached by a few people to review patches and I would feel more comfortable if we had alarming on them. These tests should be fai

Re: [Puppet-dev] Taking github noise away from puppet-dev list

2012-04-12 Thread Brice Figureau
On Mon, 2012-04-09 at 14:09 -0700, Michael Stahnke wrote: > Since our move to github for pull requests and patches, the usefulness > of puppet-dev has declined significantly. puppet-dev used to be a > great list for development discussion of puppet and the ecosystem > around it. With the informati