[Puppet-dev] (puppetlabs/puppet) Closed pull request: (#7592) Replace all Augeas resource stubs with real resources

2011-12-06 Thread wearetherobots
On Wed Dec 07 04:32:15 UTC 2011 pull request #242 was closed. (#7592) Replace all Augeas resource stubs with real resources requested by (domcleal) The pull request was merged by: joshcooper -- You received this message because you are subscribed to the Google Groups

[Puppet-dev] need help w/ puppet error when running against my sandbox environment

2011-12-06 Thread Brian L.
Guys, I apologize ahead of time if this article shouldn't be posted here... I have spent a couple of hrs debugging an issue w/ my sandbox setup so that I can test my code before committing and pushing out my code in production. I ran it against my own environment=blam and got the following error

[Puppet-dev] (puppetlabs/puppet) Closed pull request: Fixed #9258 - Puppet Rack logging

2011-12-06 Thread wearetherobots
On Wed Dec 07 01:23:04 UTC 2011 pull request #76 was closed. Fixed #9258 - Puppet Rack logging requested by (jamtur01) -- 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@

Re: [Puppet-dev] Writing classes.txt during puppet apply

2011-12-06 Thread Eric Sorenson
On Dec 6, 2011, at 2:06 PM, Nan Liu wrote: > I guess the question here is what do people use classes.txt for > besides mcollective. What's the opinion on how urgently we need to > support classes.txt in puppet apply? FWIW I used to put the output of classes, sorted and uniq'd, into /etc/motd so

[Puppet-dev] (puppetlabs/puppet) Closed pull request: Ticket/2.7.x/8547

2011-12-06 Thread wearetherobots
On Tue Dec 06 23:41:58 UTC 2011 pull request #171 was closed. Ticket/2.7.x/8547 requested by (nanliu) The pull request was merged by: pcarlisle -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this gro

[Puppet-dev] (puppetlabs/puppet) Closed pull request: Feature/2.7.x/9997

2011-12-06 Thread wearetherobots
On Tue Dec 06 22:29:48 UTC 2011 pull request #162 was closed. Feature/2.7.x/9997 requested by (stschulte) The pull request was merged by: pcarlisle -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this

[Puppet-dev] Writing classes.txt during puppet apply

2011-12-06 Thread Nan Liu
TL;DR. This is regarding classes.txt in puppet. If you don't use this feature, skip this email. One of the functionality that people have been taking advantage of is the information written to classes.txt during a puppet agent run (for example in mcollective). I originally wrote a patch to allow p

[Puppet-dev] (puppetlabs/puppet-docs) New pull request: Fix syntax error in parametized class example

2011-12-06 Thread wearetherobots
Please review pull request #29: Fix syntax error in parametized class example opened by (cwarden) Description: Opened: Tue Dec 06 20:47:54 UTC 2011 Based on: puppetlabs:master (4b60c4e2418cf52c29be8154b5ea83f3fcb13a6d) Requested merge: cwarden

[Puppet-dev] (puppetlabs/puppet) Closed pull request: (#7917) Puppet apply write classes.txt file

2011-12-06 Thread wearetherobots
On Tue Dec 06 18:56:25 UTC 2011 pull request #35 was closed. (#7917) Puppet apply write classes.txt file requested by (nanliu) -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to pup

[Puppet-dev] Now PMT is a face...

2011-12-06 Thread James Turnbull
It occurred to me that now PMT is a face and because I like turtles we could easily create a package provider for Forge modules: package { "puppetlabs-stdlib": ensure => latest, } I logged a ticket: http://projects.puppetlabs.com/issues/11209 Discussing the idea. Cheers James -- James Tu

[Puppet-dev] (puppetlabs/facter) New pull request: Fix arp module for EC2

2011-12-06 Thread wearetherobots
Please review pull request #106: Fix arp module for EC2 opened by (pieterlexis) Description: See http://projects.puppetlabs.com/issues/11196 When there is more than one entry in the arp table, and the gateway isn't the first. No ec2 facts are created. This commit fixed