Puppet: System Administration Automated

Support

Ticket #875 (closed defect: wontfix)

Opened 1 year ago

Last modified 1 year ago

The node should be evaluated before 'main'

Reported by: luke Assigned to: luke
Priority: normal Milestone: misspiggy
Component: library Version:
Severity: blocker Keywords: parser
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Unknown

Description

Otherwise, we get more ordering issues.

This needs to happen before 0.24.0 is relesaed.

Change History

11/19/07 11:41:35 changed by DavidS

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

11/20/07 21:29:51 changed by luke

  • status changed from new to closed.
  • resolution set to wontfix.

You are right, I can't think of why I thought this was necessary.