[Puppet - Bug #18026] (Unreviewed) SELinux warnings when using ensure = absent on file

2012-12-07 Thread tickets
Issue #18026 has been reported by Malcolm Howe. Bug #18026: SELinux warnings when using ensure = absent on file https://projects.puppetlabs.com/issues/18026 Author: Malcolm Howe Status: Unreviewed Priority: Normal Assignee: Category: Target version:

[Facter - Bug #18027] (Unreviewed) facter uses timezone abbreviations which are ambiguous

2012-12-07 Thread tickets
Issue #18027 has been reported by Martin Barry. Bug #18027: facter uses timezone abbreviations which are ambiguous https://projects.puppetlabs.com/issues/18027 Author: Martin Barry Status: Unreviewed Priority: Normal Assignee: Category: Target version:

[Puppet - Bug #18028] (Unreviewed) puppet agent gets disabled for good on full filesystems

2012-12-07 Thread tickets
Issue #18028 has been reported by Frederic Schaer. Bug #18028: puppet agent gets disabled for good on full filesystems https://projects.puppetlabs.com/issues/18028 Author: Frederic Schaer Status: Unreviewed Priority: Normal Assignee: Category: agent

[Facter - Bug #18027] facter uses timezone abbreviations which are ambiguous

2012-12-07 Thread tickets
Issue #18027 has been updated by Martin Barry. Another alternative would be to return the standard Area/Location from the tz database http://en.wikipedia.org/wiki/List_of_tz_database_time_zones e.g. our agent would return Asia/Shanghai, whilst the master would return America/Chicago

[Puppet - Feature #18029] (Unreviewed) Install Options for PIP package provider (incl. patch)

2012-12-07 Thread tickets
Issue #18029 has been reported by R. Arruda. Feature #18029: Install Options for PIP package provider (incl. patch) https://projects.puppetlabs.com/issues/18029 Author: R. Arruda Status: Unreviewed Priority: Normal Assignee: Category: package Target

[Puppet - Feature #18013] Support for Microsoft .msu packages

2012-12-07 Thread tickets
Issue #18013 has been updated by Luis Mayorga. class ps3{ file{ 'ps3': name = 'C:\Temp\WMF30.msu', ensure = present, source = 'puppet:///puppetfs/WMF30.msu'

[Facter - Bug #18027] facter uses timezone abbreviations which are ambiguous

2012-12-07 Thread tickets
Issue #18027 has been updated by Martin Barry. File utc_offset.rb added The UTC offset idea is easy to implement as it's possible to do so with base Ruby, perhaps consider this an idea for a new fact. Area/Location is harder as it appears to require an additional gem.

[Puppet - Bug #18031] (Unreviewed) puppet/util/suidmanager.rb and value for combine/interface for combine

2012-12-07 Thread tickets
Issue #18031 has been reported by Oliver Schad. Bug #18031: puppet/util/suidmanager.rb and value for combine/interface for combine https://projects.puppetlabs.com/issues/18031 Author: Oliver Schad Status: Unreviewed Priority: Normal Assignee: Category:

[Puppet - Bug #15329] Puppet lacks a proper undefined value

2012-12-07 Thread tickets
Issue #15329 has been updated by Reid Vandewiele. With regards to the potential addition of a `nothing` kind of keyword, after thinking about this for awhile I realized that I already use a largely functional equivalent for passing around nothing in the Puppet DSL. I use an empty array, `[

[Puppet - Bug #16651] Installing the cloud provisioner module breaks the node subcommand

2012-12-07 Thread tickets
Issue #16651 has been updated by Andrew Parker. There is a bug (#15165) filed against cloud provisioner to fix the `--tags` option. Changing from an error to a warning might be a good change though, so that we don't continually hit this. I just don't know what kind of unintended consequences

[Puppet - Bug #16651] Installing the cloud provisioner module breaks the node subcommand

2012-12-07 Thread tickets
Issue #16651 has been updated by Josh Cooper. Andrew Parker wrote: There is a bug (#15165) filed against cloud provisioner to fix the `--tags` option. Changing from an error to a warning might be a good change though, so that we don't continually hit this. Yep, all settings are

[Puppet - Bug #3947] (Needs More Information) puppet executable does not load all ruby files from modulepath/MODULENAME/lib

2012-12-07 Thread tickets
Issue #3947 has been updated by Andrew Parker. Status changed from Accepted to Needs More Information Assignee set to Dan Bode Dan, is this still an issue? As described it is about providers being able to load utility code. Puppet 3 changed how files are pluginsynced in a manner that should

[Puppet - Bug #17350] (Accepted) improve invalid parameter error message from create resources

2012-12-07 Thread tickets
Issue #17350 has been updated by Henrik Lindberg. Status changed from Unreviewed to Accepted Keywords set to error message, usability If it is possible to output that something is invalid, it must have access to enough information to give a better error message.

[Puppet - Feature #17350] improve invalid parameter error message from create resources

2012-12-07 Thread tickets
Issue #17350 has been updated by Henrik Lindberg. Tracker changed from Bug to Feature Feature #17350: improve invalid parameter error message from create resources https://projects.puppetlabs.com/issues/17350#change-78450 Author: Luke Bigum Status:

[Puppet - Feature #17559] (Accepted) Implement JUnit output for puppetlabs_rspec_helper

2012-12-07 Thread tickets
Issue #17559 has been updated by Henrik Lindberg. Status changed from Unreviewed to Accepted Agree that this is a great feature to include as it is not without issues to wrap existing tests to produce JUnit output in XML (what Jenkins is using). In addition to the suggested formatter; there is

[Puppet - Bug #17564] (Needs More Information) Puppet stops applying catalog updates once in a while

2012-12-07 Thread tickets
Issue #17564 has been updated by Henrik Lindberg. Status changed from Unreviewed to Needs More Information Assignee set to Hari Sekhon Needs more information as there is not much here to reproduce the issue. Bug #17564: Puppet stops applying catalog

[Puppet - Bug #17777] (Accepted) broken debian package on apt.puppetlabs.com / shebang change

2012-12-07 Thread tickets
Issue #1 has been updated by Henrik Lindberg. Status changed from Unreviewed to Accepted Bug #1: broken debian package on apt.puppetlabs.com / shebang change https://projects.puppetlabs.com/issues/1#change-78454 Author: Marc Fournier

[Puppet - Bug #17994] (In Topic Branch Pending Review) Symbolic file modes when creating directories: Wrong permissions

2012-12-07 Thread tickets
Issue #17994 has been updated by Henrik Lindberg. Status changed from Unreviewed to In Topic Branch Pending Review Assignee set to Henrik Lindberg Branch set to https://github.com/puppetlabs/puppet/pull/1321 Clearly 755 is wrong and not intended. Fixed and in pull request for review.

[Puppet - Bug #14073] (Duplicate) puppet apply cannot find types in modules on Windows

2012-12-07 Thread tickets
Issue #14073 has been updated by Josh Cooper. Status changed from Investigating to Duplicate This issue has two parts. The ability for `puppet apply` to autoload a module, and have that module require utility code. This will be fixed in #7316. The second part is autoloading modules on

[Puppet - Bug #16651] (Duplicate) Installing the cloud provisioner module breaks the node subcommand

2012-12-07 Thread tickets
Issue #16651 has been updated by Josh Cooper. Status changed from Accepted to Duplicate The original issue described in this ticket will be fixed in #7316. The ability for autoloaded modules to require utility code (for faces, apply, describe, etc). As a result I am closing this as a

[Puppet - Bug #18041] (Accepted) Puppet::Util::Autoload.list_loaded is broken

2012-12-07 Thread tickets
Issue #18041 has been reported by Josh Cooper. Bug #18041: Puppet::Util::Autoload.list_loaded is broken https://projects.puppetlabs.com/issues/18041 Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Category: Target version: 3.0.2

[Puppet - Bug #17864] puppet client requests /production/certificate_revocation_list/ca even with certificate_revocation=false

2012-12-07 Thread tickets
Issue #17864 has been updated by Yuri Arabadji. What if you set hostcrl to crl issued by CA? I have #17880, which is probably related to this one. Bug #17864: puppet client requests /production/certificate_revocation_list/ca even with

[Puppet - Bug #15561] Fix for CVE-2012-3867 is too restrictive

2012-12-07 Thread tickets
Issue #15561 has been updated by Yuri Arabadji. What if you apply patch from #17879? Thanks. Bug #15561: Fix for CVE-2012-3867 is too restrictive https://projects.puppetlabs.com/issues/15561#change-78476 Author: Dustin Mitchell Status: Accepted

[Puppet - Bug #17883] Custom reports not working (Class is already defined in Puppet::Reports)

2012-12-07 Thread tickets
Issue #17883 has been updated by Josh Cooper. Hi Eric, was this issue resolved with your change to the report processor? https://github.com/puppetlabs/puppetlabs-boundary/commit/959fe7fb7fc368094b6ea8569a91fd7b4fab0880 Bug #17883: Custom reports not

[Puppet - Bug #5842] (Rejected) The 'active_record' terminus does not load Rails

2012-12-07 Thread tickets
Issue #5842 has been updated by Josh Cooper. Status changed from Accepted to Rejected I cannot reproduce this and likely the rails feature is correctly handling this now: pre $ gem list *** LOCAL GEMS *** actionmailer (3.2.8) actionpack (3.2.8) activemodel (3.2.8) activerecord (3.2.8)

[Puppet - Bug #9827] library path issues with new mount provider

2012-12-07 Thread tickets
Issue #9827 has been updated by Josh Cooper. Related to this is that if you specify a `plugindest` setting, it's never added to the $LOAD_PATH, we only add `libdir` which plugindest defaults to. Bug #9827: library path issues with new mount provider

[Puppet - Bug #15496] Puppet incorrectly determining offset for certain timezones

2012-12-07 Thread tickets
Issue #15496 has been updated by Sean Millichamp. Eric - Great find! I had no idea about the zaml bit, but that explains a lot of my confusion. Thanks for hunting that down. Any chance of seeing that fix backported to the Puppet 2.7.x branch? Or, at least, included with a future PE 2.7.x

[Puppet - Bug #18041] (In Topic Branch Pending Review) Puppet::Util::Autoload.list_loaded is broken

2012-12-07 Thread tickets
Issue #18041 has been updated by Josh Cooper. Status changed from Accepted to In Topic Branch Pending Review Target version changed from 3.0.2 to 3.1.0 Branch set to https://github.com/puppetlabs/puppet/pull/1322 Bug #18041:

[Puppet - Bug #18042] (Accepted) Deprecate face versions

2012-12-07 Thread tickets
Issue #18042 has been reported by Josh Cooper. Bug #18042: Deprecate face versions https://projects.puppetlabs.com/issues/18042 Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Category: Target version: Affected Puppet version:

[Facter - Feature #17917] (Merged - Pending Release) Allow regexp in confine values

2012-12-07 Thread tickets
Issue #17917 has been updated by Jeff McCune. Status changed from Unreviewed to Merged - Pending Release Assignee deleted (Erik Dalén) Merged == Into 1.7.x as a0b1acb. This will be released in Facter 1.7.0 and 2.0.0. Thanks for the contribution Erik, please keep 'em coming! -Jeff

[Puppet - Bug #15496] (In Topic Branch Pending Review) Puppet incorrectly determining offset for certain timezones

2012-12-07 Thread tickets
Issue #15496 has been updated by eric sorenson. Status changed from Tests Insufficient to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/1323 Wrote tests, generated pull request... Bug #15496: Puppet incorrectly

[Puppet - Bug #18045] (Unreviewed) Remove all authorization rules from fileserver.conf (with deprecation period)

2012-12-07 Thread tickets
Issue #18045 has been reported by Nick Fagerlund. Bug #18045: Remove all authorization rules from fileserver.conf (with deprecation period) https://projects.puppetlabs.com/issues/18045 Author: Nick Fagerlund Status: Unreviewed Priority: Normal Assignee:

[Puppet - Bug #18046] (Accepted) windows 3.0.1 msi package has broken batch scripts

2012-12-07 Thread tickets
Issue #18046 has been reported by Josh Cooper. Bug #18046: windows 3.0.1 msi package has broken batch scripts https://projects.puppetlabs.com/issues/18046 Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Category: Target version: 3.0.2

[Puppet - Bug #18028] (Needs Decision) puppet agent gets disabled for good on full filesystems

2012-12-07 Thread tickets
Issue #18028 has been updated by Henrik Lindberg. Status changed from Unreviewed to Needs Decision The system behavior is undefined if the root partition is filled. Not sure it is possible to do anything with any guaranteed quality. Not sure if it is worth trying to salvage this situation;

[Puppet - Bug #18046] windows 3.0.1 msi package has broken batch scripts

2012-12-07 Thread tickets
Issue #18046 has been updated by Josh Cooper. Keywords set to windows Bug #18046: windows 3.0.1 msi package has broken batch scripts https://projects.puppetlabs.com/issues/18046#change-78496 Author: Josh Cooper Status: Accepted Priority: Normal

[Puppet - Bug #18047] (Accepted) Puppet 3 doesn't run in non-elevated context on Windows

2012-12-07 Thread tickets
Issue #18047 has been reported by Josh Cooper. Bug #18047: Puppet 3 doesn't run in non-elevated context on Windows https://projects.puppetlabs.com/issues/18047 Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Category: Target version:

[Puppet - Bug #17883] Custom reports not working (Class is already defined in Puppet::Reports)

2012-12-07 Thread tickets
Issue #17883 has been updated by eric sorenson. Yes that fixed the error. In fact all of the related problems people reported were due to some error loading their report processor. I have a further refinement I'm going to poke at today, that will hopefully prevent the error message from

[Puppet - Bug #18048] (Accepted) Multiple default actions can be created

2012-12-07 Thread tickets
Issue #18048 has been reported by Josh Cooper. Bug #18048: Multiple default actions can be created https://projects.puppetlabs.com/issues/18048 Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Category: Target version: Affected Puppet

[Puppet - Bug #18046] windows 3.0.1 msi package has broken batch scripts

2012-12-07 Thread tickets
Issue #18046 has been updated by Josh Cooper. Here's the change to daemon.bat https://github.com/puppetlabs/puppet/commit/d94c1b3fe3d5bd2fb2665599dc40076c032327a4#L0L6 Bug #18046: windows 3.0.1 msi package has broken batch scripts

[Puppet - Bug #18047] Puppet 3 doesn't run in non-elevated context on Windows

2012-12-07 Thread tickets
Issue #18047 has been updated by Josh Cooper. Just to be clear, this issue only occurs when not running puppet as an administrator. In 2.7.x, puppet's confdir defaulted to ~/.puppet, and puppet creates that directory when it starts up (since confdir is a FileSetting). In 3.0.0, we changed

[Puppet - Bug #18046] (In Topic Branch Pending Review) windows 3.0.1 msi package has broken batch scripts

2012-12-07 Thread tickets
Issue #18046 has been updated by Josh Cooper. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet_for_the_win/pull/46 Bug #18046: windows 3.0.1 msi package has broken batch scripts

[Puppet - Bug #18047] (In Topic Branch Pending Review) Puppet 3 doesn't run in non-elevated context on Windows

2012-12-07 Thread tickets
Issue #18047 has been updated by Josh Cooper. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/1324 Bug #18047: Puppet 3 doesn't run in non-elevated context on Windows

[Puppet - Bug #17879] (Closed) extract cert name properly from subject DN

2012-12-07 Thread tickets
Issue #17879 has been updated by Jeff McCune. Status changed from Unreviewed to Closed Thank you for this patch. Could you please review our [CONTRIBUTING.md](https://github.com/puppetlabs/puppet/blob/master/CONTRIBUTING.md) guide and re-submit this patch as a pull request? When you do so

[Puppet - Bug #15561] Fix for CVE-2012-3867 is too restrictive

2012-12-07 Thread tickets
Issue #15561 has been updated by Jeff McCune. Yuri Arabadji wrote: What if you apply patch from #17879? Thanks. I updated that ticket with more information. I don't understand how that patch addresses this issue. -Jeff Bug #15561: Fix for