blt04 / puppet-rvm

A puppet module for installing and using RVM (Ruby Version Manager)
Other
242 stars 280 forks source link

cURL-s the correct URL for rvm-installer ... #114

Closed dcromer closed 2 years ago

dcromer commented 10 years ago

and will follow redirects in the future.

Overview

In March, Github moved raw.github.com to raw.githubusercontent.com, and redirected the old path to the new. Because cURL does not follow redirects by default, this module was failing. This change corrects the path and will follow redirects in the future, in case Github updates the subdomain again.

stbenjam commented 10 years ago

Also running into this problem. Why not use https://get.rvm.io, which should always be good?

leitmedium commented 10 years ago

also just had the same issue and fixed it by using -L, too.

stbenjam commented 10 years ago

FWIW, anyone else coming here for this issue, checkout: https://github.com/maestrodev/puppet-rvm

Those guys seem to be keeping things up-to-date, and this one looks unmaintained given the last commit was 11 months ago.

liebman commented 10 years ago

note that https://github.com/maestrodev/puppet-rvm requires puppet 3.x