From 1d2b748d1551ec7d7686a371ecc9d3d207f2991f Mon Sep 17 00:00:00 2001 From: Maxim Veytsman Date: Thu, 25 Oct 2012 15:29:41 -0400 Subject: [PATCH] Fixed https://github.com/fnichol/chef-rvm/issues/121 --- attributes/vagrant.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/attributes/vagrant.rb b/attributes/vagrant.rb index 6b3eaca5..f0fb575c 100644 --- a/attributes/vagrant.rb +++ b/attributes/vagrant.rb @@ -19,5 +19,5 @@ # limitations under the License. # -default['rvm']['vagrant']['system_chef_client'] = "/opt/ruby/bin/chef-client" -default['rvm']['vagrant']['system_chef_solo'] = "/opt/ruby/bin/chef-solo" +default['rvm']['vagrant']['system_chef_client'] = "/opt/vagrant_ruby/bin/chef-client" +default['rvm']['vagrant']['system_chef_solo'] = "/opt/vagrant_ruby/bin/chef-solo"