-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Milestone
Description
Newer revisions of Puppet Enterprise appear to utilize a different API model that break the current proxy implementation.
# puppet master --version
3.4.3 (Puppet Enterprise 3.2.3)
# puppet module search apache
Notice: Searching http://10.103.77.65:8888 ...
Error: Could not execute operation for 'apache'
The server being queried was /v3/modules?query=apache
The HTTP response we received was '404 Not Found'
Check the author and module names are correct.
Error: Try 'puppet help module search' for usage
If I change the repository back to the default, it now goes to forgeapi.puppetlabs.com
# puppet module search apache
Notice: Searching https://forgeapi.puppetlabs.com ...