Re: [Puppet-dev] who -b etc in facter's uptime (#13535)

2012-09-20 Thread Alex Harvey
I have made the following changes and tested to confirm it fixes the bug and tested on AIX 5.3 6.1, HP-UX 11.23, and Solaris 2.6 7. I have also created a fairly exhaustive set of RSpec tests I think. I am still wondering if people will object to the fact I've removed the kstat method for

Re: [Puppet-dev] best debug output for resources?

2012-09-20 Thread Andy Parker
On Wed, Sep 19, 2012 at 2:11 PM, Philip Brown p...@bolthole.com wrote: On Wed, Sep 19, 2012 at 1:30 PM, Andy Parker a...@puppetlabs.com wrote: On Tue, Sep 18, 2012 at 4:26 PM, Philip Brown p...@bolthole.com wrote: puppet resource --debug package gnu-patch provider=pkg_test ... You will then

Re: [Puppet-dev] who -b etc in facter's uptime (#13535)

2012-09-20 Thread Andy Parker
Go ahead and submit this as a pull request against facter, we'll continue the code review using that. Be sure to pay attention to the CONTRIBUTING.md for how to submit the pull request and write the commit messages. Thanks for all of the work you've put into this! We can't support all of these

Re: [Puppet-dev] RCs will be cut next Wednesday (9/26)

2012-09-20 Thread Andy Parker
On Wed, Sep 19, 2012 at 4:36 PM, R. Tyler Croy ty...@monkeypox.org wrote: On Wed, 19 Sep 2012, Matthaus Owens wrote: All, RCs of Facter 1.6.x, Hiera 1.x, and Puppet Dashboard 1.2.x will be cut next Wednesday (9/26). If you have work targeted at these releases please get your pull requests

Re: [Puppet-dev] best debug output for resources?

2012-09-20 Thread Philip Brown
On Thu, Sep 20, 2012 at 9:03 AM, Andy Parker a...@puppetlabs.com wrote: Yeah, even when a provider is specified it'll check the others to see if they would work. I'm not certain why that is done, but may not be needed. However, I dont' think it is causing the problem. Erm.. we seem to be

Re: [Puppet-dev] best debug output for resources?

2012-09-20 Thread Nan Liu
On Thu, Sep 20, 2012 at 9:28 AM, Philip Brown p...@bolthole.com wrote: On Thu, Sep 20, 2012 at 9:03 AM, Andy Parker a...@puppetlabs.com wrote: Yeah, even when a provider is specified it'll check the others to see if they would work. I'm not certain why that is done, but may not be needed.

Re: [Puppet-dev] best debug output for resources?

2012-09-20 Thread Andy Parker
On Thu, Sep 20, 2012 at 9:28 AM, Philip Brown p...@bolthole.com wrote: On Thu, Sep 20, 2012 at 9:03 AM, Andy Parker a...@puppetlabs.com wrote: Yeah, even when a provider is specified it'll check the others to see if they would work. I'm not certain why that is done, but may not be needed.

Re: [Puppet-dev] best debug output for resources?

2012-09-20 Thread Philip Brown
On Thu, Sep 20, 2012 at 11:01 AM, Andy Parker a...@puppetlabs.com wrote: I can see how there is a potential for a problem because of this behavior, but I haven't seen anything yet that tells me that is the problem you are seeing. Can you explain to me again what exactly the problem is that

[Puppet-dev] Announce: PuppetDB 1.0 Available

2012-09-20 Thread Moses Mendoza
PuppetDB 1.0 is now available! PuppetDB, a component of the Puppet Data Library, is a centralized storage daemon for auto-generated data. This initial release of PuppetDB targets the storage of catalogs and facts. Much more information is available on the Puppet Labs blog:

[Puppet-dev] Re: Announce: Puppet 3.0.0-rc6 Available

2012-09-20 Thread Jos Backus
Hi, Thanks for supporting us folks who want to move to Ruby 1.9.3! After a `gem install' of https://rubygems.org/downloads/puppet-3.0.0.rc6.gem, I am seeing: # puppet /usr/lib64/ruby/1.9.1/rubygems/specification.rb:859:in `join': can't convert nil into String (TypeError) from

[Puppet-dev] Puppet Labs Package Repos and Telly

2012-09-20 Thread Matthaus Owens
As you all may have noticed, Telly (Puppet 3) is in the release candidate stage and packages have been available in our yum and apt devel repos. We are committed to offering the latest Puppet packages from our repos, which means that when Telly goes final, it will be available in our production

Re: [Puppet-dev] Re: Announce: Puppet 3.0.0-rc6 Available

2012-09-20 Thread Moses Mendoza
Hi Jos, Thanks for reporting this issue. It's a known issue that was the result of a packaging error in building the gem. The 3.0.0-rc6 gem was pulled when it was discovered, and it will be fixed with the next 3.0 gem release. Thanks, Moses On Sep 20, 2012, at 5:34 PM, Jos Backus