Actions
Bug #7412
closedArchitecture #7114: Make the bundlesequence be defined in a dedicated bundle
Inputs lists are weirdly indented and don't follow our CFEngine conventions when generated by rudder-web
Status:
Released
Priority:
N/A
Assignee:
Category:
System integration
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
As you can see in this generated file, the current generation does something odd with line indentation:
body file control { inputs => { "filesPermissions/2.1/filesPermissions.cf", "rpmPackageInstallation/7.0/rpmPackageInstallation.cf", "checkGenericFileContent/7.0/checkGenericFileContent.cf" };
Furthermore, the inputs list starts on the same line as the first item, which is not standard in CFEngine.
This fix requires 2 pull requests: one in rudder to change the generation and one in rudder-techniques to change the template. They can be merged separately without risk.
Actions