Closed ghost closed 9 years ago
You only need the LWRP to use rbenv inside other cookbooks.
You can also specify the initial rbenv configuration inside the Vagrantfile via chef.json
.
For example:
chef.json = {
"rbenv" => {
"rubies" => ["1.8.7-p370", "1.9.3-p194"],
"global" => "1.9.3-p194",
"gems" => {
"1.9.3-p194" => [{"name" => "bundler"}]
}
}
}
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I'm new to Chef and I don't understand the way they use LWRP, this is my
Vagrantfile