Bug #1595
Parameter#value calls 'retrieve' if there is no should value for properties
| Status: | Closed | Start date: | 09/23/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | RAL | |||
| Target version: | 0.24.6 | |||
| Affected Puppet version: | 0.24.5 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
This is a stupid decision I made a while ago, and I don’t know what I was thinking. ‘value’ should just return ‘nil’ if there’s no ‘should’ value available.
History
Updated by Luke Kanies over 3 years ago
- Status changed from Accepted to Ready For Checkin
- Assignee changed from Luke Kanies to James Turnbull
Fixed in the tickets/0.24.x/1595 branch in my repo.
There are two commits in that branch, and both of them basically remove code from Parameter that should be in its subclass, Property.
Updated by James Turnbull over 3 years ago
- Status changed from Ready For Checkin to Closed
Pushed in commit:5fbdc49dfdb39351c7f2d9e535577efc177cf838 and commit:8d5ded09b9c9c944695c015e6e95b10ccebd6fb5.