You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2018. It is now read-only.
I'm getting a NoMethodError when trying to use this package to install a virtual machine in Vagrant. This seems closely related to #72, except that my system ruby is 2.1.4 (that PR seems to suggest it would only occur with versions of ruby older than 1.9.3):
Make sure you are using the vagrant-omnibus plugin to install Chef in to the VM, most likely you are using an outdated or incorrectly installed version of Chef within the VM.
I'm getting a NoMethodError when trying to use this package to install a virtual machine in Vagrant. This seems closely related to #72, except that my system ruby is 2.1.4 (that PR seems to suggest it would only occur with versions of ruby older than 1.9.3):
Or perhaps we're talking about the version of ruby on the vagrant VM? The exact error reads:
If I comment out the line:
from
providers/virtualenv.rb
, I don't run into the error.The text was updated successfully, but these errors were encountered: