Expose the url for both the installer and stable rvm version number

This commit is contained in:
Nick Janetakis
2014-06-03 07:13:28 -04:00
parent 93e82613a3
commit 1152821f62
3 changed files with 17 additions and 6 deletions

View File

@@ -22,7 +22,15 @@ ruby_temp_download_path: /usr/local/src
# Where should rvm be installed to?
ruby_rvm_install_path: /usr/local/rvm
# Force upgrade the rvm-installer to the latest stable version.
# Which url or local path contains the rvm-installer script?
# If you use a url, it must include http:// or https:// at the start.
ruby_rvm_latest_installer: https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer
# Which url or local path contains the stable version number of rvm?
# If you use a url, it must include http:// or https:// at the start.
ruby_rvm_stable_version_number: https://raw.githubusercontent.com/wayneeseguin/rvm/master/VERSION
# Force upgrade the rvm-installer to the latest installer.
ruby_rvm_force_upgrade_installer: false
# If you are concerned rvm stable might not be stable then