Hi, sorry for the rather large PR. This adds support for librarian-puppet, which appears to use the /modules/<user>-<module> and /releases/<user>-<module>-<version> endpoints in order to work out dependency resolution.
With this PR, I've been able to get librarian-puppet (v2.2.3) to work. R10k and puppet module install , also still work.
Let me know if I can make any additional changes to get this merged.
Hi, sorry for the rather large PR. This adds support for librarian-puppet, which appears to use the
/modules/<user>-<module>
and/releases/<user>-<module>-<version>
endpoints in order to work out dependency resolution.With this PR, I've been able to get librarian-puppet (v2.2.3) to work. R10k and puppet module install , also still work.
Let me know if I can make any additional changes to get this merged.
Thanks! Paul