Bug #875
The node should be evaluated before 'main'
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.24.0 | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
Otherwise, we get more ordering issues.
This needs to happen before 0.24.0 is relesaed.
History
Updated by David Schmitt over 4 years ago
Wouldn’t this break setting “defaults” for variables in the site.pp?
Speaking about implementation, it seems that the requested change could be trivially done by reordering the evaluate_ calls in lib/puppet/parser/compile.rb:compile
Updated by Luke Kanies over 4 years ago
- Status changed from 1 to Closed
- 7 set to wontfix
You are right, I can’t think of why I thought this was necessary.