!!! This project has been deprecated. We recommend you search the Chef Supermarket for a supported alternative !!!
Installs ruby, defaults to intu-ruby
Your system must have this package availalble to yum in order to utilize this cookbook
- Chef 10.x
Platform:
- CentOS 6.x
- RHEL 6.x
Add the ruby-cookbook to your role/run_list.
-
node['ruby']['name']
- Name of the ruby package, defaults to intu-ruby -
node['ruby']['version']
- Name of the package version, defaults to latest -
node['ruby']['disable_prelink']
- If set to true, it will disable prelink'ing of the ruby binary, default is true
installs ruby package
allows for the disablement of prelinking the ruby binary
- Kevin Young (@keviny22)