search for: myforge

Displaying 1 result from an estimated 1 matches for "myforge".

Did you mean: yforge
2013 Jan 24
1
puppet module install; absolute path?
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: $ sudo puppet module install --module_repository http://localhost/pulp/puppet/myforge/ someone/theirmodule 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: https://github.com/puppetlabs/puppet/blob/4d06c647/lib/puppet/forge.rb#L54 Would this be received well...