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

https now required #34

Closed
michaelnlindsay opened this issue Jun 21, 2016 · 5 comments
Closed

https now required #34

michaelnlindsay opened this issue Jun 21, 2016 · 5 comments

Comments

@michaelnlindsay
Copy link

For the last couple of weeks, this module has been throwing the following error:

==> default: Error: Could not get latest version: HTTP-Error: 403 Must access using HTTPS instead of HTTP
==> default: Error: /Stage[main]/Awscli/Package[awscli]/ensure: change from 1.10.38 to latest failed: Could not get latest version: HTTP-Error: 403 Must access using HTTPS instead of HTTP

I'm calling it like so:

class { 'awscli':
version => 'latest',
}

And I can't find where to configure this. Any suggestions?

@michaelnlindsay
Copy link
Author

I'm running Ubuntu 14.04.4

@fordodone
Copy link

also, hit this issue this morning

@fordodone
Copy link

I ran pip uninstall awscli followed by puppet agent -t and it resolved the problem

@fordodone
Copy link

@jdowning
Copy link
Owner

jdowning commented Aug 2, 2016

Thanks for the link @fordodone. @michaelnlindsay it appears the bug is with the pip provider in Puppet. I suggest you remove the version param from your class instance or set a specific version number if the default 'present' is not suitable.

@jdowning jdowning closed this as completed Aug 2, 2016
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

No branches or pull requests

3 participants