Actions
Feature #18276
closedUse Katello puppet repositories as module repository with 'puppet module install module-name' command
Description
On Katello we can sync puppet modules and create repositories but its not
possible to use these repositories with 'puppet module install module-name'
command.
Puppet needs to make a query to a /v3 API to find the module, which pulp
supports:
https://github.com/pulp/pulp_puppet/pull/159/commits
https://pulp.plan.io/issues/83
But is not available in Katello's apache config
Actions