[Puppet - Bug #15086] HTTP 400 errors with storeconfigs

2012-07-13 Thread tickets
Issue #15086 has been updated by Matthew Burgess. Thanks. I've no idea how I missed the references to that mySQL error. This was all because we'd not set the dbconnections parameter to a sensible value. Setting it to 30 and all the problems disappeared. I actually did this a few weeks

[Puppet - Bug #14766] 2nd puppet run after restart is ignoring runinterval, negating splay

2012-07-13 Thread tickets
Issue #14766 has been updated by Boyan Tabakov. I can confirm this with 2.7.18 running on Ubuntu lucid. Pretty nasty thing for environments where puppet daemon is being restarted at a given time (e.g. for cleaning up a bit of memory). Bug #14766: 2nd

[Facter - Bug #15512] (Unreviewed) puppet resource_type search '*' - differences between yaml and json rendering

2012-07-13 Thread tickets
Issue #15512 has been reported by Andrew Elwell. Bug #15512: puppet resource_type search '*' - differences between yaml and json rendering https://projects.puppetlabs.com/issues/15512 Author: Andrew Elwell Status: Unreviewed Priority: Normal Assignee:

[Puppet - Bug #15513] (Unreviewed) Resource type 'cron' fails with 'target' parameter

2012-07-13 Thread tickets
Issue #15513 has been reported by Marc Richter. Bug #15513: Resource type 'cron' fails with 'target' parameter https://projects.puppetlabs.com/issues/15513 Author: Marc Richter Status: Unreviewed Priority: Normal Assignee: Category: cron Target version:

[Puppet - Bug #15512] puppet resource_type search '*' - differences between yaml and json rendering

2012-07-13 Thread tickets
Issue #15512 has been updated by Ken Barber. Project changed from Facter to Puppet Bug #15512: puppet resource_type search '*' - differences between yaml and json rendering https://projects.puppetlabs.com/issues/15512#change-66976 Author: Andrew

[Facter - Feature #15514] (Unreviewed) Distinguish between SunOS Operating Systems

2012-07-13 Thread tickets
Issue #15514 has been reported by Christopher Webber. Feature #15514: Distinguish between SunOS Operating Systems https://projects.puppetlabs.com/issues/15514 Author: Christopher Webber Status: Unreviewed Priority: Normal Assignee: Category: Target

[Facter - Feature #15514] Distinguish between SunOS Operating Systems

2012-07-13 Thread tickets
Issue #15514 has been updated by Christopher Webber. Added pull request on GitHub https://github.com/puppetlabs/facter/pull/256 Feature #15514: Distinguish between SunOS Operating Systems https://projects.puppetlabs.com/issues/15514#change-66977 Author:

[Facter - Feature #15514] Distinguish between SunOS Operating Systems

2012-07-13 Thread tickets
Issue #15514 has been updated by Christopher Webber. Updated pull request with an update to the osfamily fact as well. Feature #15514: Distinguish between SunOS Operating Systems https://projects.puppetlabs.com/issues/15514#change-66981 Author:

[Puppet - Bug #14964] (Re-opened) Puppet fails to unlink stdout tempfile if child process is launched asynchronously

2012-07-13 Thread tickets
Issue #14964 has been updated by Josh Cooper. Status changed from Merged - Pending Release to Re-opened Branch changed from https://github.com/puppetlabs/puppet/pull/849 to https://github.com/puppetlabs/puppet/pull/927 The way in which I was trying to handle Tempfile.close(true) relied on

[Puppet - Bug #14964] (Merged - Pending Release) Puppet fails to unlink stdout tempfile if child process is launched asynchronously

2012-07-13 Thread tickets
Issue #14964 has been updated by Josh Cooper. Status changed from Re-opened to Merged - Pending Release merged in 2.7.x in commit https://github.com/puppetlabs/puppet/commit/2baceaa92c7d152dab3ecc8d76997b678a377390 Bug #14964: Puppet fails to unlink

[Puppet - Bug #7079] resource_type find does not handle duplicates names

2012-07-13 Thread tickets
Issue #7079 has been updated by Nigel Kersten. Assignee changed from Nigel Kersten to Nan Liu This is still a problem. Nan, as per the mailing list discussion, can you verify your sample code with this case? Bug #7079: resource_type find does not

[Puppet - Refactor #15521] (Accepted) Move puppet module acceptance tests to the new forge-acceptance host

2012-07-13 Thread tickets
Issue #15521 has been reported by Ken Barber. Refactor #15521: Move puppet module acceptance tests to the new forge-acceptance host https://projects.puppetlabs.com/issues/15521 Author: Ken Barber Status: Accepted Priority: Normal Assignee: Category:

[Puppet - Bug #593] Puppet's cron type struggles with vixie-cron

2012-07-13 Thread tickets
Issue #593 has been updated by Nigel Kersten. yeah. clearly that hasn't worked out too well :( No hard feelings at all :) Can you do this as a pull request Felix? Looking at your fixes now. Bug #593: Puppet's cron type struggles with vixie-cron

[Puppet - Bug #7079] resource_type find does not handle duplicates names

2012-07-13 Thread tickets
Issue #7079 has been updated by Nan Liu. I don't seem to have an issue when I run this via irb: Puppet::Face[:resource_type,:current].search('*').collect{|x| x.type} = [:hostclass, :node] Puppet::Face[:resource_type,:current].search('demo').collect{|x| x.type} = [:hostclass,