Actions
Bug #8754
closedfile ensure keys-> value cannot handle keys with special characters (like *)
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Generic methods
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
If we try to use file ensure keys -> values to edit values with * (like /etc/security/limits.conf), it will :
- complain there is a * in the name of the key
- not remplace correctly
Solution: escaping the key
Actions