[Facter - Bug #13024] Solaris prtdiag hangs Facter when determining manufacturer and productname

2013-05-27 Thread tickets
Issue #13024 has been updated by Stefan Schulte. I am not sure if a timeout is the right thing. The timeout in `virtual.rb` is constantly bugging me on slow/busy machines and I am just happy that I do not rely on that fact (because the puppetrun continues with a wrong set of facts) So what I

[Puppet - Bug #20914] Puppet 3.2 release broken for Ubuntu 12.04

2013-05-27 Thread tickets
Issue #20914 has been updated by Nicolas Richeton. Same issue for Debian squeeze. ruby-rgen is not available and blocks update to puppet 3.2.1 Bug #20914: Puppet 3.2 release broken for Ubuntu 12.04

[Puppet - Bug #16657] puppet cert clean does not work for CSRs with DNS alt names

2013-05-27 Thread tickets
Issue #16657 has been updated by Peter Meier. I think this essentially means that you cannot clean pending requests. Either you sign them first or manually remove the request file. Debug output from a failing run on latest 2.7: pre [root@puppetmaster ~]# puppet cert clean foo --debug --trace

[Puppet - Bug #8040] Classes should be able to contain other classes to provide a self contained module

2013-05-27 Thread tickets
Issue #8040 has been updated by Markus Uckelmann. Support Urls deleted (https://support.puppetlabs.com/tickets/772 https://support.puppetlabs.com/tickets/1659) I just stumbled over this bug and it took me two days to figure it out. Could you please solve this issue?

[Puppet - Feature #20916] (Unreviewed) Package provider zypper can accept other parameters with the install_options function

2013-05-27 Thread tickets
Issue #20916 has been reported by Michele Catalano. Feature #20916: Package provider zypper can accept other parameters with the install_options function https://projects.puppetlabs.com/issues/20916 * Author: Michele Catalano * Status: Unreviewed *

[Puppet - Feature #20916] Package provider zypper can accept other parameters with the install_options function

2013-05-27 Thread tickets
Issue #20916 has been updated by Michele Catalano. Assignee deleted (Michele Catalano) Source code push request: Feature #20916: This patch extends the zypper package provider with the install_options ... Feature #20916: Package provider zypper can

[Puppet - Bug #13210] undef changes into '' when passed to function as a param

2013-05-27 Thread tickets
Issue #13210 has been updated by Raphaël Pinson. I know this bug is marked as closed, but I think there is a way to fix this without redefining 'undef' in Puppet See the code in https://github.com/raphink/puppet/compare/dev;function_honor_undef, which essentially does this: * Define a new

[Puppet - Bug #20919] (Unreviewed) Logging behaviour issues in 3.2.1

2013-05-27 Thread tickets
Issue #20919 has been reported by Andreas Ntaflos. Bug #20919: Logging behaviour issues in 3.2.1 https://projects.puppetlabs.com/issues/20919 * Author: Andreas Ntaflos * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: *

[Puppet - Bug #20920] (Unreviewed) Include file and line number on invalid resource relationship error

2013-05-27 Thread tickets
Issue #20920 has been reported by Erik Dalén. Bug #20920: Include file and line number on invalid resource relationship error https://projects.puppetlabs.com/issues/20920 * Author: Erik Dalén * Status: Unreviewed * Priority: Normal * Assignee: *

[Puppet - Feature #20729] Have a way to sign the catalog offline so the puppetmaster server doesn't have to be trusted

2013-05-27 Thread tickets
Issue #20729 has been updated by Peter Meier. The catalog itself is not very static as it is compiled on the master based on a lot of dynamic information (facts, hiera, etc.) Also as the content of file sources are not included into the shipped catalog, which can be another moving part of

[Puppet - Bug #13210] undef changes into '' when passed to function as a param

2013-05-27 Thread tickets
Issue #13210 has been updated by Timur Batyrshin. Looks ok and thank you for the idea however I can't say right now if it would have fixed the issue as I haven't used puppet for nearly a year now. Bug #13210: undef changes into '' when passed to