Actions
Bug #7880
closedWhen several agents are installed, hostname is doubled on that node inventories
Status:
Released
Priority:
2
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When there is two agent installed during an inventory (like it may happen during upgrade on some OS ... look at zypper ..; ), the hostname processed by Rudder neds up doubled
let's say it called serverdb, you got serverdbserverdb...
This is due to a dumb parsing handling of that parameter ( and hope in text function on a NodeSeq in Scala )
Only looking to the first elem fix that issue
Actions