Actions
Bug #9295
closedUser story #1808: Add an Audit mode to Rudder: only check properties, no modification on nodes
The old bundlesequence system variable contains contains Bundle(...)
Status:
Released
Priority:
4
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When we look at the old bundlesequence system variable content, we are seing:
bundlesequence => { @{va.bs} , Bundle(install_rsyslogd), Bundle(propagatePromises), Bundle(sendInventoryToCmdb), Bundle(check_generic_file_content), Bundle(check_apt_package_installation), Bundle(f
So, at some point we forgot to call ".value" or something.
It is not a big problem because the variable is not used (and was kept to limit migration problems which arise when removing system variable). But it must at least contain the correct content.
Actions