i'm struggling with the chef recipes for a vagrant box. I'm using chef-solo.
I'm not so comfortable with Ruby (i've never used it before), so the process to write my recipes is very long if i have to do vagrant provision
each time.
Is there a way to debug a specific recipe? Even from the virtual machine shell.
I've seen that chef-shell
exists (http://docs.opscode.com/chef_shell.html), and i can launch it (it works) when i'm inside the virtual machine, but i can't understand how to load my recipes and test them.