Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in URL to forge.puppet.com #23

Closed
wwhurley opened this issue Jun 17, 2016 · 0 comments · Fixed by #51
Closed

Change in URL to forge.puppet.com #23

wwhurley opened this issue Jun 17, 2016 · 0 comments · Fixed by #51

Comments

@wwhurley
Copy link

When attempting to download Puppet modules the following errors occurred.

Error executing puppet module install. Check that this command succeeds:
puppet module install --version 1.2.0 --target-dir /etc/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/alup-rbenv/1.2.0 --module_repository https://forge.puppetlabs.com --modulepath /etc/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/alup-rbenv/1.2.0 --module_working_dir /etc/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/alup-rbenv/1.2.0 --ignore-dependencies alup-rbenv
Error:
Error: hostname was not match with the server certificate
Error: Try 'puppet help module install' for usage

When manually calling the puppet executable received the following error:

Notice: Preparing to install into /etc/puppet/.tmp/librarian/cache/source/puppet/forge/forgeapi_puppetlabs_com/alup-rbenv/1.2.0 ...
Notice: Downloading from https://forge.puppetlabs.com ...
Error: Request to Puppet Forge failed.
  The server being queried was https://forge.puppetlabs.com/v3/releases?module=alup-rbenv
  The HTTP response we received was '302 Found'

Executing a cURL request on that returned:

HTTP/1.1 302 Found
Cache-Control: no-cache
Content-length: 0
Location: https://forge.puppet.com/v3/releases?module=alup-rbenv
Connection: close

Attempting to change the Puppetfile forge line to forge "https://forge.puppet.com" left the --module_repository flag unchanged.

duritong added a commit to duritong/librarian-puppet that referenced this issue Jun 18, 2016
So forge now redirects to https AND it moved to forge.puppet.com.
duritong added a commit to duritong/librarian-puppet that referenced this issue Jun 18, 2016
So forge now redirects to https AND it moved to forge.puppet.com.
duritong added a commit to duritong/librarian-puppet that referenced this issue Jun 18, 2016
So forge now redirects to https AND it moved to forge.puppet.com.
dhollinger pushed a commit that referenced this issue Aug 29, 2017
So forge now redirects to https AND it moved to forge.puppet.com.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant