RiotGamesCookbooks / rbenv-cookbook

Installs and configures rbenv
http://community.opscode.com/cookbooks/rbenv
Apache License 2.0
137 stars 109 forks source link

QUESTION: deploying with chef solo #136

Closed majormoses closed 7 years ago

majormoses commented 8 years ago

I am wrapping this cookbook with my own orgs cookbook using the lwrps to install and configure ruby (versions, gems, etc) and see that there is no recipe that actually installs ruby. I was wanting to deploy via chef solo in my packer images ruby (without anything like gems etc) to reduce the spin up time of an instance. Would it make sense to have a recipe in this cookbook for installing ruby based on an attribute? Trying to avoid needing to worry about keys or making our rbenv wrapper public.