Puppet: System Administration Automated

Support

Ticket #802 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Tags are being set after parent classes are evaluated

Reported by: luke Assigned to: luke
Priority: normal Milestone: misspiggy
Component: language Version: 0.23.2
Severity: normal Keywords: tags,configuration,compiling
Cc: Triage Stage: Accepted
Attached Patches: None Complexity: Unknown

Description

When Puppet compiles a class, it only sets the tags after the parent class has been evaluated, which means the tags are not set while the parent class is being evaluated.

This should actually be fixed in the other refactoring I'm doing anyway, but I wanted it written down so I'd be sure it got fixed.

Change History

08/31/07 21:30:56 changed by luke

  • component changed from library to language.

09/07/07 03:00:44 changed by luke

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

Fixed in [4212f9c2250377793d6ed636c18c7a8538160366].