Bug #809
Definitions that only produce collections are not considered to have done any work
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | language | |||
| Target version: | 0.24.0 | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
The ‘evaluate_definitions’ method in parser/compile.rb should check whether a definition has created any resources or has created any collections, but it currently only checks for resources. This means that iterating over collections and definitions might end prematurely.
History
Updated by Luke Kanies over 4 years ago
- Status changed from 1 to Closed
- 7 set to worksforme
It appears that I fixed this over the course of the last couple of months.