You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If retrieval of the rvm install script fails, it does not cause the failure to surface to Chef and abort the client.
The command in question is (for me):
https://get.rvm.io | bash -s -- --version 1.18.14
I believe the issue is that it fails (because of rvm.io ssl error) but bash is returning exit code 0.
Maybe this should be two steps? One curl the script, two run the script?
Background
Currently there is an issue with the SSL Certificate on rvm.io. Thanks to @cromulus comment in #51, I was able to fix the issue by changing the rvm install path to:
I'm seeing a failure in Ruby installation, too. When Ruby install fails, it's not aborting the chef run. It only prints a warning saying that the Ruby wasn't installed.
If retrieval of the rvm install script fails, it does not cause the failure to surface to Chef and abort the client.
The command in question is (for me):
https://get.rvm.io | bash -s -- --version 1.18.14
I believe the issue is that it fails (because of rvm.io ssl error) but bash is returning exit code 0.
Maybe this should be two steps? One curl the script, two run the script?
Background
Currently there is an issue with the SSL Certificate on rvm.io. Thanks to @cromulus comment in #51, I was able to fix the issue by changing the rvm install path to:
For those searching for this problem, the error I received in my chef logs was
See https://gist.github.com/finack/5174496 for my logs.
The text was updated successfully, but these errors were encountered: