Bug #2973
puppetd fails at '4226e018d7c8e2d52ef59edf37d3a320aa823be0' because of unitialized report variable
| Status: | Closed | Start date: | 12/21/2009 | |
|---|---|---|---|---|
| Priority: | Immediate | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | reports | |||
| Target version: | 2.6.0 | |||
| Affected Puppet version: | 0.25.1 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
The detailed exitcodes ticket attempts to return a ‘report’ variable that’s only initialized inside a block, thus throwing an error.
In looking at the fix, it might just be easier to fix #1054 than to make this work correctly, since there’s some ugly boundary-crossing in the current code.
puppetd doesn’t work at all in master until this is fixed.
Related issues
History
Updated by Luke Kanies over 2 years ago
- Status changed from Accepted to Closed
Fixed with my fix for #1054.