cookbook 'rvm_fw', '= 0.2.2'
rvm_fw (11) Versions 0.2.2 Follow0
Installs common ruby packages and RVM via RVM::FW
cookbook 'rvm_fw', '= 0.2.2', :supermarket
knife supermarket install rvm_fw
knife supermarket download rvm_fw
rvm_fw Cookbook
This is a very opinionated and simple cookbook for utilizing an RVM::FW server instance and installing a default Ruby via RVM.
Requirements
packages
-
build_essential
- RVM needs compiling tools to install ruby from source
Attributes
-
['rvm_fw']['path'] = '/usr/local/rvm'
(String) - Prefix for where to install RVM -
['rvm_fw']['sudo'] = nil
[True, False] - Use sudo to install RVM server-wide -
['rvm_fw']['url'] = nil
(String) - RVM::FW server URL (e.g., 'http://rvm-fw.herokuapp.com') -
['rvm_fw']['version'] = '1.18.14'
(String) - RVM::FW provided RVM version -
['rvm_fw']['global_ruby'] = 'ruby-2.2.2'
(String) - Default Ruby version to install via RVM -
['rvm_fw']['disable_requiretty'] = false
[True, False] - Enable the cookbook to disablerequiretty
setting in the/etc/sudoers
file
Usage
rvm_fw::default
Include rvm_fw
in your node's run_list
:
{ "name":"my_node", "run_list": [ "recipe[rvm_fw]" ] }
Notes
Using RVM installed Ruby Binaries
RVM automatically generates wrappers for each ruby installed through it. These
wrapper binaries are perfect cronjobs, library dependencies, etc.
Binaries are found in the following location:
#{node['rvm_fw']['path']}/wrappers/default
And are available for the following commands:
- ruby
- gem
- rake
- irb
- rdoc
- ri
- erb
- testrb
RHEL Distros & requiretty
In older (and SELinux enabled) distributions based on RHEL you'll often encounter a setting in /etc/sudoers
that sets Defaults requiretty
. This setting doesn't provide a lot of added security and is actually disabled in most newer distros.
This cookbook will change the setting to Defaults !requiretty
if you want it to. This will prevent an error encountered on nodes with it enabled, but you have to explicitly enable it with the following attribute setting:
['rvm_fw']['disable_requiretty'] = true
Once you've set that attribute value to true
the cookbook will modify requiretty so that the cookbook won't error when running.
Testing Notes
Tests are currently integration tests with test-kitchen:
bundle exec kitchen test
In order to test this cookbook you'll need to point to or setup an RVM::FW instance and set an environment variable RVM_FW_URL which is used in the .kitchen.yml
file.
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Add specs for your feature
- Write your change
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Authors: Steven Haddox
Dependent cookbooks
build-essential ~> 2.2 |
apt ~> 2.7.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
rvm_fw CHANGELOG
This file is used to list changes made in each version of the rvm_fw cookbook.
0.1.0
- [Steven Haddox] - Initial release of rvm_fw
Foodcritic Metric
0.2.2 failed this metric
FC031: Cookbook without metadata file: /tmp/cook/549218157d91334cbf687352/rvm_fw/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/549218157d91334cbf687352/rvm_fw/metadata.rb:1
0.2.2 failed this metric
FC045: Consider setting cookbook name in metadata: /tmp/cook/549218157d91334cbf687352/rvm_fw/metadata.rb:1