I work on the Pulp Project (
http://www.pulpproject.org/), and we are trying to fully implement the forge API so we can create new repositories that can be reached via a command like:
The problem I've encountered is that the install command includes hard-coded absolute paths to the API instead of relative paths. For example, see line 54 here:
Would this be received well as a bug report, or is there a reason for having absolute paths? We would love to see this behavior improved so that multiple forges could run on the same web server. Otherwise, we'll have to implement our own module installation routine that doesn't take advantage of the "puppet module install" tool.
Also, will the upcoming new API be accessed with relative URLs from the command line tool?
Thanks,
Michael