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

Vagrant Destroy kills the droplet, but leaves the provider active in vagrant #194

Open
bdgeorge opened this issue May 25, 2015 · 2 comments

Comments

@bdgeorge
Copy link

When I vagrant destroy the droplet does get destroyed, however vagrant continues to think that the provider is active. This means I can't bring the box back up with another provider.

The work around is to look in .vagrant/machines/default and delete the digital ocean provider entries.

@conorsch
Copy link

This has been biting me. As a workaround, you can simply run vagrant destroy -f a second time to clean up the machine directories. After doing so, running vagrant up can use a different provider with no conflict.

Still, it'd be wonderful if the plugin handled the cleanup as expected.

@frjaraur
Copy link

This issue still active...
Thanks

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

No branches or pull requests

3 participants