Hi All,
I stumbled across an issue which I am not sure how to describe in a Github issue, so I would like to gather some feedback first.
After a fresh install using the ansible installer, the /etc/pulp/settings.py file contains the following line:
CONTENT_PATH_PREFIX = ‘/pulp/content’
However the default in pulpcore/app/settings.py has a trailing slash:
CONTENT_PATH_PREFIX = “/pulp/content/”
Without the slash the pulp/content url does not work and neither does any distribution url. If I add a slash (or comment the line in the /etc/pulp/settings.py file), it works as expected.
I think the problem may have been introduced by this commit:
CONTENT_PATH_PREFIX option reflected in installer.
#989
Can someone please check this and tell me if the description above is clear enough for an issue in the ansible-installer Github project?
Thanks,
Rolf