-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Ubuntu 14.04] Unable to retrieve a valid package #121
Comments
Puppet just changed their repo structure and removed PC1 packages: |
just as an fyi. I'm getting similar errors trying to spin up ubuntu 16.04 |
Yep, just asked in the slack and saw the change went through. I'll PR to fix those links now |
Thanks! |
Ok, so there is no longer an apt link for Puppet 4 as Puppet 4 is now EOL'd... So essentially there's no point having scripts for those anymore... there's no repo so you'd have to download the DEBs/RPMs from http://release-archives.puppet.com/ manually So essentially, as a workaround you can just use a script like this: wget http://release-archives.puppet.com/apt/pool/trusty/PC1/p/puppet-agent/puppet-agent_1.10.14-1trusty_amd64.deb
apt install ./puppet-agent_1.10.14-1trusty_amd64.deb |
I'm gonna delete the EOL'd scripts over the weekend |
Ok, reopening as they're going to add repos back:
|
I'm wondering if this is a name change issue.
This file returns a 404 (like in the error)
http://apt.puppetlabs.com/puppetlabs-release-pc1-trusty.deb
But this file seems to exist:
http://apt.puppetlabs.com/puppet-release-trusty.deb
The text was updated successfully, but these errors were encountered: