Actions
Bug #22779
openInstall command with variable $releasever lead to error
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Regression:
No
Description
In https://docs.rudder.io/reference/7.3/installation/agent/rhel.html we are using $releasever
to detect the OS version but the variable take into account minor version too, and we don't support it.
Errors during downloading metadata for repository 'Rudder': - Status code: 404 for https://repository.rudder.io/rpm/7.3/RHEL_8.2/repodata/repomd.xml
we should have
RHEL_8
, not @RHEL_8.2@
No data to display
Actions