添加配方 rvm::vagrant 并运行 vagrant provision 后,我得到:
/usr/local/bin/chef-solo: line 23: /opt/vagrant_ruby/bin/chef-solo: No such file
or directory
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.
这个问题应该已经解决了: https ://github.com/fnichol/chef-rvm/issues/121
即使我添加了以下行:
'rvm' => {
'vagrant' => {
'system_chef_solo' => '/opt/vagrant_ruby/bin/chef-solo'
}
}
我仍然收到错误消息。我怎样才能从中恢复?