I have a custom repo that I want to use for downloading specific files from. I do not need the repo to be part of the Content View or Life Cycles. But I do need all hosts in my environment to be able to download files via WGET from this repo.
Right now this is what is happening:
[root@LouisTest-HOST01 ~]# wget https://gp2us1opsfm01-main02a.example.net/pulp/content/TDS-TM/Library/custom/TDS/TDS_-_Ops_-_Custom_-_noarch/tm-jdk-1.8.0.221-1.x86_64
--2024-10-07 17:37:45-- https://gp2us1opsfm01-main02a.example.net/pulp/content/TDS-TM/Library/custom/TDS/TDS_-_Ops_-_Custom_-_noarch/tm-jdk-1.8.0.221-1.x86_64
Resolving gp2us1opsfm01-main02a.example.net (gp2us1opsfm01-main02a.example.net)... 10.0.0.148
Connecting to gp2us1opsfm01-main02a.example.net (gp2us1opsfm01-main02a.example.net)|10.0.0.148|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-10-07 17:37:46 ERROR 404: Not Found.
Any idea why this is not working???