Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a option to force override module name
The module name is implied from the git repository name. However, both r10k and puppet are very particular about module naming, and the implicit rewrites rules can get in the way. Puppet will understand any amount of dashes in the project name as `<vendor>-<module>`, rewriting `-` to `/`. For git repositories, there are often arbitrary naming rules with copious amounts of these control characters in repository names, making it nearly impossible to serve both worlds at the same time. This URL parameter (module_name) allows to override the module name directly in the URL, ignoring the git repository name.
- Loading branch information