Actions
Bug #4674
closedWhen modifying a directive based on a meta-technique with multivalued section with same component key, the duplicated component keys are removed
Status:
Released
Priority:
1 (highest)
Assignee:
-
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
with a metatechnique that has 4 component key identical in a section, for instance
<SECTION component="true" multuvalued="true" name="File replace line"> <REPORTKEYS> <VALUE>${grub.knowledge.fstab_path}</VALUE> <VALUE>${grub.knowledge.fstab_path}</VALUE> <VALUE>${grub.knowledge.fstab_path}</VALUE> <VALUE>${grub.knowledge.fstab_path}</VALUE> </REPORTKEYS> </SECTION>
once loaded in the web interface, it transforms into 4 sections with one key in the Change request screen
When we create the directive, it is fine, but when we update the directive, it becomes
<section name="File replace line"> <var name="expectedReportKey File replace lines"> ${grub.knowledge.fstab_path} </var> </section>
and the 3 others sections are dropped (as seen in the change request or event log)
then, report is unknown
Updated by Vincent MEMBRÉ over 10 years ago
- Target version changed from 2.9.5 to 2.9.6
Updated by Jonathan CLARKE over 10 years ago
- Target version changed from 2.9.6 to 2.9.7
Updated by Jonathan CLARKE over 10 years ago
- Target version changed from 2.9.7 to 150
Updated by Vincent MEMBRÉ over 10 years ago
- Target version changed from 150 to 2.10.4
Updated by Nicolas PERRON over 10 years ago
- Target version changed from 2.10.4 to 2.6.18
Updated by Nicolas PERRON over 10 years ago
- Target version changed from 2.6.18 to 2.10.5
Updated by Matthieu CERDA over 10 years ago
- Status changed from New to Released
This bug has been fixed in Rudder 2.10.4, which was released today.
Check out:
The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2014-August/000106.html
The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog210
Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions