-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Chef client and node delete still error on vagrant destroy
in 1.7.1
#5021
Comments
vagrant destroy
in 1.7.1vagrant destroy
in 1.7.1
vagrant destroy
in 1.7.1vagrant destroy
in 1.7.1
Observing the same issue with Vagrant 1.7.1. Using vagrant provisioner with chef client 11.16.4. |
FWIW, I found that this vagrant plugin does work with 1.7.1 to accomplish the same thing: https://github.com/cassianoleal/vagrant-butcher |
I saw this behavior with the docker provider and solved it by using create_args to set the container's hostname. c.vm.provider :docker do |d| |
There was an issue in 1.6.5 with deleting the client and node on vagrant destroy. A new issue happens now in 1.7.1
The text was updated successfully, but these errors were encountered: