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.
Updated by Jonathan CLARKE about 9 years ago
- Status changed from New to In progress
Updated by Jonathan CLARKE about 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/962
Updated by Jonathan CLARKE about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|bd6261525cc0786f9f868355a2e5165ef3bc91a0.
Updated by François ARMAND about 9 years ago
Applied in changeset rudder|1a0c4c180ed348e2e272a848283cccc0077c1985.
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.2.0~beta1 which was released today.
Actions