Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Platform Core
-
Needs Assessment
-
Not Needed
-
Not needed as PAL for Catalog Compilation has not been released yet.
-
Needs Assessment
Description
When using Puppet PAL to compile a catalog (new in Puppet 6.0.0) it is not possible to use any catalog related definitions in code evaluated after the initial evaluation. This is because the evaluate method is inherited from basic script compiler and it can only define non catalog related definitions.
This is a major issue with using the new API.