I have followed the documentation.
The error:
https://rpm.releases.hashicorp.com/RHEL/7Workstation/x86_64/stable/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Would appreciate some assistance.
I have followed the documentation.
The error:
https://rpm.releases.hashicorp.com/RHEL/7Workstation/x86_64/stable/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Would appreciate some assistance.
I’m not using RHEL myself, but after a quick look, i would suspect that your distro reports 7workstation
instead of 7
for the environmentvariable $releasever
. Perhaps you could look into that?
Replacing “7Worksatation” with "7’ worked. Thanks.