cookbook 'rvm_io', '= 0.1.1'
rvm_io (5) Versions 0.1.1 Follow0
Installs/Configures RVM, and intalls Rubies
cookbook 'rvm_io', '= 0.1.1', :supermarket
knife supermarket install rvm_io
knife supermarket download rvm_io
rvm_io
Installs RVM, from https://rvm.io/, and installs a Ruby for users.
This cookbook is inspiring from NikolayMurha's chef-rvm.
Requirements
Platforms
- Ubuntu 20.04 LTS
Chef
- Chef >= 16
Attributes
You can define which Ruby to be installed by users:
node['rvm_io'] = { users: { ubuntu: { rubies: { '2.7.2' => 'install' } } } }
This will installs Ruby 2.7.2 as user ubuntu
.
Recipes
recipe[rvm_io::default] # Full installations recipe[rvm_io::install_rvm] # GPG keys and RVM installation recipe[rvm_io::packages] # Required packages recipe[rvm_io::rubies] # Installs Rubies for each given users recipe[rvm_io::rvm] # Triggers packages and then install_rvm
Author
Hydrana SAS
Dependent cookbooks
apt >= 0.0.0 |
build-essential >= 0.0.0 |
curl >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
rvm_io CHANGELOG
This file is used to list changes made in each version of the rvm_io cookbook.
0.1.0
Initial release.
- change 0
- change 1