[Puppet-dev] (puppetlabs/puppet-docs) Adds doc about :undefined

2012-04-10 Thread wearetherobots
Please review pull request #63: Adds doc about :undefined opened by (wcooley) Description: This commit adds mention of the :undefined return value of lookupvar, as I reported in bug #13869. Opened: Wed Apr 11 04:55:40 UTC 2012 Based on: puppetlabs:mast

[Puppet-dev] (puppetlabs/puppet) (FOR REVIEW ONLY) Refactor/master/13691 spec helper compatibility

2012-04-10 Thread wearetherobots
Please review pull request #653: (FOR REVIEW ONLY) Refactor/master/13691 spec helper compatibility opened by (cprice-puppet) Description: Opened: Wed Apr 11 02:29:47 UTC 2012 Based on: puppetlabs:master (42c8526aca72a4205358f8e8fdab20f48417106b)

[Puppet-dev] (puppetlabs/puppet) Assert that the file listing error message appears on stderr, not stdout

2012-04-10 Thread wearetherobots
Please review pull request #652: Assert that the file listing error message appears on stderr, not stdout opened by (mkincaid) Description: This acceptance test checks that Puppet returns an error message on "puppet resource file", but that error message appears on stderr

[Puppet-dev] Announce: Puppet 2.6.15 Available [security release]

2012-04-10 Thread Matthaus Litteken
Puppet 2.6.15 is a security release in the 2.6.x branch. The security changes in 2.6.15 address CVEs 2012-1906, 2012-1986, 2012-1987, and 2012-1988. All users of Puppet 2.6.x are encouraged to upgrade when possible to Puppet 2.6.15. More information available at: http://puppetlabs.com/security

[Puppet-dev] Announce: Puppet 2.7.13 Available [security release]

2012-04-10 Thread Matthaus Litteken
Puppet 2.7.13 is a security release in the 2.7.x branch. The security changes in 2.7.13 address CVEs 2012-1906, 2012-1986, 2012-1987, 2012-1988, and 2012-1989. All users of Puppet 2.7.x are encouraged to upgrade when possible to Puppet 2.7.13. More information available at: http://puppetlabs.co

[Puppet-dev] (puppetlabs/puppet) Update acceptance tests to use confine instead of skip_test loops

2012-04-10 Thread wearetherobots
Please review pull request #651: Update acceptance tests to use confine instead of skip_test loops opened by (mkincaid) Description: Now that the test harness supports confine :except, :platform = 'windows' (and the like), update the tests to use that syntax.

[Puppet-dev] (puppetlabs/puppet) correct ruby one-liner syntax

2012-04-10 Thread wearetherobots
On Tue Apr 10 22:59:06 UTC 2012 pull request #594 was closed. correct ruby one-liner syntax requested by (phildobbin) -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-dev@g

[Puppet-dev] (puppetlabs/puppet) Schedule/feature/13054 rangespan rebase

2012-04-10 Thread wearetherobots
On Tue Apr 10 22:12:24 UTC 2012 pull request #642 was closed. Schedule/feature/13054 rangespan rebase requested by (seanmil) The pull request was merged by: jeffweiss -- You received this message because you are subscribed to the Google Groups "Puppet Developers" gro

[Puppet-dev] (puppetlabs/puppet) Schedule/feature/13054 rangespan

2012-04-10 Thread wearetherobots
On Tue Apr 10 21:47:16 UTC 2012 pull request #574 was closed. Schedule/feature/13054 rangespan requested by (seanmil) -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-dev@g

[Puppet-dev] (puppetlabs/puppet) Don't require eventlog gem on non-Windows platforms

2012-04-10 Thread wearetherobots
On Tue Apr 10 21:39:40 UTC 2012 pull request #650 was closed. Don't require eventlog gem on non-Windows platforms requested by (joshcooper) The pull request was merged by: jeffmccune -- You received this message because you are subscribed to the Google Groups "Puppet

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

2012-04-10 Thread markus
> We have a goal to foster development discussion from the community. > Because of that, I am proposing we move the github notifications to a > new list, puppet-commits. I realize this may have a consequence of > reducing patch/commit discussion. This should be compensated by: > > 1. Still hav

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

2012-04-10 Thread Ohad Levy
On Tue, Apr 10, 2012 at 1:06 AM, Eric Sorenson wrote: > +1 Please do this. > > > On Apr 9, 2012, at 3:11 PM, Jeff McCune wrote: > > On Mon, Apr 9, 2012 at 5:09 PM, Michael > Stahnke  wrote: >> >> >> We have a goal to foster development discussion from the community. >> Because of that, I am propos

[Puppet-dev] (puppetlabs/puppet) (#12392) Windows eventlog

2012-04-10 Thread wearetherobots
On Tue Apr 10 18:57:43 UTC 2012 pull request #643 was closed. (#12392) Windows 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 pos

Re: [Puppet-dev] Text Console Colors

2012-04-10 Thread Ken Barber
Good news, looks like the author is willing to take a patch if I fix tests. On Apr 10, 2012 11:40 AM, "Ken Barber" wrote: > Bah - forgot the screenshots. Left is powershell, right is command > prompt. As you can see, it preserves the background blue now. > > On Tue, Apr 10, 2012 at 11:32 AM, Ken

Re: [Puppet-dev] Text Console Colors

2012-04-10 Thread Ken Barber
Bah - forgot the screenshots. Left is powershell, right is command prompt. As you can see, it preserves the background blue now. On Tue, Apr 10, 2012 at 11:32 AM, Ken Barber wrote: > Nice :-). Turns out someone had already done this in a clone. Here is > my branch that includes those patches: > >

Re: [Puppet-dev] Text Console Colors

2012-04-10 Thread Ken Barber
Nice :-). Turns out someone had already done this in a clone. Here is my branch that includes those patches: https://github.com/kbarber/win32console/tree/fix_background_color I just rebased, and added better documentation around building from source. If someone has the time, it would be good to c