Actions
Architecture #7126
closedArchitecture #7114: Make the bundlesequence be defined in a dedicated bundle
Add a new system variable for the "rudder_directives" bundle
Status:
Released
Priority:
N/A
Assignee:
Category:
System techniques
Target version:
Fix check:
Regression:
Description
In #7114 we are adding a new way of defining bundle sequenc with an external bundle, calling a list of method.
The list of method must be fullfilled by a system variable.
The system variabla will be: RUDDER_DIRECTIVES_SEQUENCE
It will contains a string looking like:
"""
"directive1" usebundle => directive_1_bundle ;
"directive2" usebundle => directive_2_bundle ;
etc
"""
Actions