Actions
Feature #1987
openAbility to specify meta-parameters on classes, e.g. run stage
Status:
New
Priority:
Normal
Assignee:
-
Category:
Puppet integration
Target version:
-
Description
The run stage of a class can be specified in the ENC output simply as another parameter of the class (tested on 2.7.19), e.g.
test:
stage: foo
Currently Foreman only lets you specify declared parameters of a Puppet class in smart parameters, but this should be extended to include known meta-parameters such as "stage". This would allow a user to set the run stage of a class from within Foreman (or tags, noop etc).
Actions