[Puppet - Bug #16635] pkgdmg provider doesn't honor http_proxy_host/http_proxy_port

2013-06-23 Thread tickets
Issue #16635 has been updated by Jeff McCune. Clay Caviness wrote: > Not sure what the proper etiquette is again - per last update, I have a pull > request (https://github.com/puppetlabs/puppet/pull/1719) but I'm not sure how > to get it reviewed beyond just creating it, so i'm assigning it ba

[Puppet - Bug #16635] pkgdmg provider doesn't honor http_proxy_host/http_proxy_port

2013-06-23 Thread tickets
Issue #16635 has been updated by Clay Caviness. Assignee changed from Clay Caviness to eric sorenson Not sure what the proper etiquette is again - per last update, I have a pull request (https://github.com/puppetlabs/puppet/pull/1719) but I'm not sure how to get it reviewed beyond just creatin

[Puppet - Bug #21404] puppet cannot manage agent or master after update to puppet 3.2

2013-06-23 Thread tickets
Issue #21404 has been updated by Jo Rhett. That's fine. But fixing the comment should be good for 3.2.3 to avoid other head-scratching ;) I'd also like to see documentation for everything rundir uses. I fell into this trap being afraid that something else would be put in rundir that some othe

[Puppet - Bug #21404] puppet cannot manage agent or master after update to puppet 3.2

2013-06-23 Thread tickets
Issue #21404 has been updated by Matthaus Owens. You're right about the comments, the comment is wrong about the default values. The default is $statedir/classes.txt and $statedir defaults to $vardir/state. So the easy short term fix is to update the comments to match the correct defaults for

[Puppet - Bug #21404] puppet cannot manage agent or master after update to puppet 3.2

2013-06-23 Thread tickets
Issue #21404 has been updated by Jo Rhett. I can confirm that rundir is in the default puppet config file, but I've taken to zeroing this file. It puts localconfig and classfile in places that other modules can't find them, and are different from the documentation. Given 2 are guilty of local

[Puppet - Bug #21404] puppet cannot manage agent or master after update to puppet 3.2

2013-06-23 Thread tickets
Issue #21404 has been updated by Matthaus Owens. Jo, also useful would be output of `puppet agent --configprint rundir` and `puppet master --configprint rundir`. I'm not seeing that behavior on a fresh install of 3.2.2 on el6. [root@el6-64 ~]# /usr/bin/puppet agent --configprint rundir /var/

[Puppet - Bug #21406] (Unreviewed) sshkey will create blank keys but is unable to remove any entries from the file thereafter

2013-06-23 Thread tickets
Issue #21406 has been reported by Jo Rhett. Bug #21406: sshkey will create blank keys but is unable to remove any entries from the file thereafter https://projects.puppetlabs.com/issues/21406 * Author: Jo Rhett * Status: Unreviewed * Priority: Normal * A

[Puppet - Bug #21404] puppet cannot manage agent or master after update to puppet 3.2

2013-06-23 Thread tickets
Issue #21404 has been updated by Matthaus Owens. Jo, Can you post your puppet.conf on the affected system? The default puppet.conf shipping with our redhat packages has the following lines under the main section (and main should affect both master and agents)... # Where Puppet PID files are

[Puppet - Refactor #21201] Remove "thread safety" code from puppet

2013-06-23 Thread tickets
Issue #21201 has been updated by Brice Figureau. Well, the puppet master runs fine under a threaded JRuby based server (or at least it was around 2.7.x). I'm not aware of JRuby production use out there, but before breaking this compatibility you might first ask on the mailing list. To my know

[Puppet - Bug #21405] (Unreviewed) regex node declaration is broken

2013-06-23 Thread tickets
Issue #21405 has been reported by vasil mikhalenya. Bug #21405: regex node declaration is broken https://projects.puppetlabs.com/issues/21405 * Author: vasil mikhalenya * Status: Unreviewed * Priority: High * Assignee: * Category: * Target version: * A

[Puppet - Bug #20607] (In Topic Branch Pending Review) Fails to create lastrunfile with mode

2013-06-23 Thread tickets
Issue #20607 has been updated by Brice Figureau. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/1722 Submitted in PR 1722, please review. Bug #20607: Fails to create lastrunfile with

[Puppet - Feature #18255] (In Topic Branch Pending Review) accept 301 response from fileserver

2013-06-23 Thread tickets
Issue #18255 has been updated by Brice Figureau. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/1721 added PR #1721 implementing this feature. Feature #18255: accept 301 response fro