search for: 4d06c647

Displaying 1 result from an estimated 1 matches for "4d06c647".

Did you mean: 406647
2013 Jan 24
1
puppet module install; absolute path?
...tall --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 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 rout...