2
votes

In the last week I've been playing around with chef-solo and I have many questions.

I want to use ruby 1.9.2-p290 and Ubuntu 10.04 so it looks like I will have to use something like rvm.

Should I be using RVM with chef-solo?

If I'm using RVM should I install it 'system wide' or 'per user'?

Or should I be using Ubuntu 11.04 server instead and just use the ruby in through apt-get?

2

2 Answers

1
votes

I went with a RVM system wide install approach, here is my setup:

https://github.com/map7/chef-solo

0
votes