Re: [Puppet-dev] Bug #12181 - Puppet 2.7.10 run stopps after loading facts.

2012-02-06 Thread Jeff McCune
On Thu, Feb 2, 2012 at 7:53 PM, Grant Byers wrote: > Hi, > > I saw no other way to provide feedback on this bug, so I've joined this > list. > Grant, If you register [1] an account with out ticket tracker you'll be able to update the issue. [1] https://projects.puppetlabs.com/account/register

[Puppet-dev] (puppetlabs/puppet-acceptance) (12456) Stop repeating version info

2012-02-06 Thread wearetherobots
On Tue Feb 07 00:59:20 UTC 2012 pull request #134 was closed. (12456) Stop repeating version info requested by (justinstoller) The pull request was merged by: djm68 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group

[Puppet-dev] (puppetlabs/puppet) (#12452) Make Puppet::Util::SELinux#read_mounts work on Ruby 1.9

2012-02-06 Thread wearetherobots
Please review pull request #469: (#12452) Make Puppet::Util::SELinux#read_mounts work on Ruby 1.9 opened by (grimradical) Description: There's no String#collect in Ruby 1.9. #each_line works in both 1.8 and 1.9, and I think better captures the intent of what we were tryin

[Puppet-dev] (puppetlabs/puppet) (#11864) Description of zypper repositories

2012-02-06 Thread wearetherobots
Please review pull request #468: (#11864) Description of zypper repositories opened by (deadpoint) Description: This is a description for zypper repositories. It is a port of the ‘yumrepo’ repo type from the Puppet 2.7.9 code base with a few minor enhancements to support

[Puppet-dev] (puppetlabs/puppet) Ticket/2.7.x/12464 puppet apply fact loading

2012-02-06 Thread wearetherobots
Please review pull request #467: Ticket/2.7.x/12464 puppet apply fact loading opened by (pcarlisle) Description: In fixing #8341 we reduced the caching of facts, leading to a performance regression in puppet apply. Puppet apply loaded facts twice, first to look up the fac

Re: [Puppet-dev] facter - ssh tests almost but not quite working + sshfp feature

2012-02-06 Thread Daniel Black
On 1 February 2012 03:28, Adrien Thebo wrote: > Hi Daniel, sorry about the slow response. It looks like the issue is > that in specs, facter may need you to manually load the relevant file > since the fact names don't match the containing file. Try adding this: Many thanks. That worked. Pull req

[Puppet-dev] soliciting input on prioritization of puppet ticket #12336

2012-02-06 Thread Chris Price
https://projects.puppetlabs.com/issues/12336 Hello, As a result of a recent change to how we handle user-related environment variables when we launch processes from puppet (see: https://projects.puppetlabs.com/issues/5224 ), a bug was introduced wherein an exception will be thrown if the followin

[Puppet-dev] Bug #12181 - Puppet 2.7.10 run stopps after loading facts.

2012-02-06 Thread Grant Byers
Hi, I saw no other way to provide feedback on this bug, so I've joined this list. I had this same problem after an upgrade from 2.7.9 to 2.7.10. I'm running a CentOS 5.7 OpenVZ VPS & don't have access to update the kernel ; # uname -r 2.6.18-274.7.1.el5.028stab095.1 # facter p

[Puppet-dev] Redmine Maintenance

2012-02-06 Thread Zach Leslie
Puppet Labs Operations will be doing maintenance on our Redmine ticket tracker, projects.puppetlabs.com, on Wednesday evening. You can expect the site to be unavailable for a couple hours while we transition the site to a new system. We will begin the move at around 1730 PST. We apologize for an

[Puppet-dev] (puppetlabs/puppet) (#12452) Make Puppet::Util::SELinux#read_mounts work on Ruby 1.9

2012-02-06 Thread wearetherobots
On Mon Feb 06 23:03:06 UTC 2012 pull request #466 was closed. (#12452) Make Puppet::Util::SELinux#read_mounts work on Ruby 1.9 requested by (grimradical) -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to th

[Puppet-dev] (puppetlabs/puppet) (#12452) Make Puppet::Util::SELinux#read_mounts work on Ruby 1.9

2012-02-06 Thread wearetherobots
Please review pull request #466: (#12452) Make Puppet::Util::SELinux#read_mounts work on Ruby 1.9 opened by (grimradical) Description: There's no String#collect in Ruby 1.9. #each_line works in both 1.8 and 1.9, and I think better captures the intent of what we were tryin

[Puppet-dev] (puppetlabs/puppet) (#12454) device_spec.rb fails with ruby 1.8.7-p357 and mocha v.0.9.12

2012-02-06 Thread wearetherobots
Please review pull request #465: (#12454) device_spec.rb fails with ruby 1.8.7-p357 and mocha v.0.9.12 opened by (cprice-puppet) Description: The test made some assumptions about the order of iteration over a hash; this commit just changes the test to be resilient to a di

[Puppet-dev] (puppetlabs/puppet) Ticket/2.7.x/7485 zypper 0.6 support

2012-02-06 Thread wearetherobots
Please review pull request #464: Ticket/2.7.x/7485 zypper 0.6 support opened by (kscherer) Description: Replaced code that was erroneously assumed to be equivalent with a more verbose version that works on all Suse systems. @daniel-pittman Sorry for not testing more thor