We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b31c8c8 + 157d381 commit 1b0de71Copy full SHA for 1b0de71
1 file changed
inventory/os.cf
@@ -22,7 +22,7 @@ _inventory_lsb_found::
22
# Hard coded values for exceptions / platforms without os-release:
23
24
(redhat_5|redhat_6).redhat_pure::
25
- "description" string => regex_replace("$(inventory_lsb.description)", " release ", "", "g"),
+ "description" string => regex_replace("$(inventory_lsb.description)", " release ", " ", "g"),
26
if => isvariable("inventory_lsb.description"),
27
meta => { "inventory", "attribute_name=OS", "derived-from=inventory_lsb.description" };
28
0 commit comments