chef-ruby-install
chef-ruby-install copied to clipboard
Let ruby-install configure the name of the install dir
{
"ruby-install" => {
rubies: [
{
ruby: "ruby 2.0"
}
]
}
}
will create install dir of /opt/rubies/2.0 and we would like to see /opt/rubies/2.0.0-p453.
The problem being: how to know where it is installed then after installation? Read the install log or make an educated guess?