Skip to content

Support Forge API v3 #6

@johndlong

Description

@johndlong

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 ...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions