[Puppet - Bug #18234] Booleans used from within hashes not working correctly.

2012-12-20 Thread tickets
Issue #18234 has been updated by Andrew Hendry. Just tested puppet 3.0.1, same results. Bug #18234: Booleans used from within hashes not working correctly. https://projects.puppetlabs.com/issues/18234#change-79230 Author: Andrew Hendry Status:

[Puppet - Bug #18238] (Unreviewed) Upgrading multilib versions (i686 + x86_64) not working

2012-12-20 Thread tickets
Issue #18238 has been reported by Jon Skarpeteig. Bug #18238: Upgrading multilib versions (i686 + x86_64) not working https://projects.puppetlabs.com/issues/18238 Author: Jon Skarpeteig Status: Unreviewed Priority: High Assignee: Category: Target

[Puppet - Bug #18238] Upgrading multilib versions (i686 + x86_64) not working

2012-12-20 Thread tickets
Issue #18238 has been updated by Jon Skarpeteig. Am I blind, or is there no way to edit the initial bug to get formatting right? Bug #18238: Upgrading multilib versions (i686 + x86_64) not working https://projects.puppetlabs.com/issues/18238#change-79231

[Puppet - Feature #17204] puppetd command to list dependencies and how config relate to each class etc. (for bug hunting in which order the config is run)

2012-12-20 Thread tickets
Issue #17204 has been updated by Stefan Eriksson. Hi I've looked through the --graph but I still think my request is valid, I see great need for the above. 1. IMO Tree view would be better for displaying dependency arrows as above there is clear lines between objects 2. Alot of our servers

[Puppet - Feature #17204] puppetd command to list dependencies and how config relate to each class etc. (for bug hunting in which order the config is run)

2012-12-20 Thread tickets
Issue #17204 has been updated by Stefan Eriksson. Assignee changed from Stefan Eriksson to eric sorenson Feature #17204: puppetd command to list dependencies and how config relate to each class etc. (for bug hunting in which order the config is run)

[Puppet - Bug #11799] apply_to_all does not work

2012-12-20 Thread tickets
Issue #11799 has been updated by Gavin Williams. Hi All I've just hit the same issue when attempting to use a define wrapping a number of device resources. Any workarounds? Cheers Gavin Bug #11799: apply_to_all does not work

[Facter - Bug #15353] (Accepted) Single fact and full facter run can produce different results for the same fact.

2012-12-20 Thread tickets
Issue #15353 has been updated by Andrew Parker. Status changed from Investigating to Accepted Bug #15353: Single fact and full facter run can produce different results for the same fact. https://projects.puppetlabs.com/issues/15353#change-79254

[Puppet - Feature #18243] (Unreviewed) Puppet 3.0.1 for Windows: Enable Report Setting on Puppet.Conf Agents

2012-12-20 Thread tickets
Issue #18243 has been reported by Luis Mayorga. Feature #18243: Puppet 3.0.1 for Windows: Enable Report Setting on Puppet.Conf Agents https://projects.puppetlabs.com/issues/18243 Author: Luis Mayorga Status: Unreviewed Priority: Normal Assignee:

[Puppet - Bug #17371] Setting owner, group, mode for files specified in puppet.conf no longer seems to work

2012-12-20 Thread tickets
Issue #17371 has been updated by Andrew Parker. Assignee changed from Dominic Cleal to Andrew Parker Bug #17371: Setting owner, group, mode for files specified in puppet.conf no longer seems to work

[Puppet - Bug #18211] puppet agent sleeping well past runinterval

2012-12-20 Thread tickets
Issue #18211 has been updated by David Mesler. I've added some debugging messages to run_event_loop and figured out what was going on. I'm going to reference line numbers in https://github.com/puppetlabs/puppet/blob/master/lib/puppet/daemon.rb to make it easier on me to explain. I found that

[Puppet - Bug #18234] (Accepted) Booleans used from within hashes not working correctly.

2012-12-20 Thread tickets
Issue #18234 has been updated by Henrik Lindberg. Description updated Category set to language Status changed from Unreviewed to Accepted Keywords changed from puppet hashes booleans defaults to puppet hashes booleans defaults evaluation This is an evaluation error caused by the following line

[Puppet - Bug #18234] Booleans used from within hashes not working correctly.

2012-12-20 Thread tickets
Issue #18234 has been updated by Henrik Lindberg. I should have answered the question about a possible workaround as well... Unfortunately, there is no good/clean workaround other than assigning something other than a literal false to mean false - e.g. the string false, no or similar, and

[Puppet - Bug #18234] Booleans used from within hashes not working correctly.

2012-12-20 Thread tickets
Issue #18234 has been updated by Andrew Hendry. Thanks for the pointer. Changing the line you mentioned to this appears to be working so far our on 2.7.14 puppet master. pre value = object[array_index_or_key(object, accesskey)] if value.is_a?(FalseClass) false

[Puppet - Bug #18253] (Unreviewed) $ecdsakey fact does not represent specific key type

2012-12-20 Thread tickets
Issue #18253 has been reported by Michael Henry. Bug #18253: $ecdsakey fact does not represent specific key type https://projects.puppetlabs.com/issues/18253 Author: Michael Henry Status: Unreviewed Priority: Normal Assignee: Category: ssh Target

[Puppet - Bug #4689] mount resource for nfs share gives error:

2012-12-20 Thread tickets
Issue #4689 has been updated by Ben Ford. Running on puppet 2.7.19 (puppet enterprise), this bug is still in effect. Bah. Bug #4689: mount resource for nfs share gives error: https://projects.puppetlabs.com/issues/4689#change-79294 Author: Merritt

[Puppet] 'Downloading Puppet' wiki page has been updated

2012-12-20 Thread tickets
The 'Downloading Puppet' wiki page has been updated by Matthaus Owens. Downloading Puppet: https://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet View differences: https://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet/diff/229 -- You have received this

[Puppet - Feature #18255] (Unreviewed) accept 301 response from fileserver

2012-12-20 Thread tickets
Issue #18255 has been reported by Dmitriy Novitskiy. Feature #18255: accept 301 response from fileserver https://projects.puppetlabs.com/issues/18255 Author: Dmitriy Novitskiy Status: Unreviewed Priority: Normal Assignee: Category: Target version:

[Puppet - Bug #18236] PIP provider not working under Centos

2012-12-20 Thread tickets
Issue #18236 has been updated by Jared Curtis. Here's another patch that should be a little more flexible if another OS uses some other crazy name for pip. https://github.com/puppetlabs/puppet/pull/1346 Bug #18236: PIP provider not working under Centos