Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure VAGRANT_DOTFILE_PATH is set correctly #63

Closed
grtjn opened this issue Aug 26, 2015 · 1 comment
Closed

Make sure VAGRANT_DOTFILE_PATH is set correctly #63

grtjn opened this issue Aug 26, 2015 · 1 comment
Assignees
Milestone

Comments

@grtjn
Copy link
Owner

grtjn commented Aug 26, 2015

See PR from @miguelrgonzalez, things go wrong if you run vagrant up from a different path..

@grtjn grtjn added this to the 0.0.2 milestone Aug 26, 2015
@grtjn grtjn self-assigned this Aug 26, 2015
@grtjn
Copy link
Owner Author

grtjn commented Aug 26, 2015

Reason why:

Vagrant by default saves VM info in a .vagrant/ folder next to where Vagrantfile lives. You can however start vagrant from a subfolder, in which case VM info from different VMs could get mixed up. Make sure to put .vagrant/ in CWD rather than next to Vagrantfile if there is no Vagrantfile in CWD.

Details about ENV variables: http://docs.vagrantup.com/v2/other/environmental-variables.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant