Project

General

Profile

Feature #1987

Updated by Ori Rabin about 8 years ago

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":http://docs.puppetlabs.com/references/latest/metaparameter.html such as "stage".    This would allow a user to set the run stage of a class from within Foreman (or tags, noop etc).

Back