RVM supports installing pre-built Ruby binaries, stored on RVM servers with:
rvm install --binary.
It also supports building binaries , so you can build your own Ruby binaries with:
rvm prepare 1.9.3 --install
I would like to maintain my own builds, as it allows IT provide support for the entire organization. puppet-rvm should support install ruby binary, along with support defining where do download the binaries.
rvm_remote_server_url - can be defined in $rvm_path/user/db
rvm_system_server_path - can be defined in $rvm_path/user/db, autodetected if not defined
rvm_ruby_string - is the name specified by user
RVM supports installing pre-built Ruby binaries, stored on RVM servers with:
rvm install --binary.
It also supports building binaries , so you can build your own Ruby binaries with:
rvm prepare 1.9.3 --install
I would like to maintain my own builds, as it allows IT provide support for the entire organization. puppet-rvm should support install ruby binary, along with support defining where do download the binaries.
rvm_remote_server_url- can be defined in$rvm_path/user/dbrvm_system_server_path- can be defined in$rvm_path/user/db, autodetected if not definedrvm_ruby_string- is the name specified by user