-
Notifications
You must be signed in to change notification settings - Fork 24
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
Registration doesn't happen on initial up, but works on subsequent halt/up's #125
Comments
@dflock , Could you paste Vagrantfile as well? |
I'm having exactly the same issue. Here is my environment:
And here is my Vagrantfile (automatically generated by testkitchen):
|
Could this be related to #126? |
When I initially run
vagrant up
a create a new box, registration doesn't happen, but if I thenvagrant halt && vagrant up
that box, unregistration & re-registration happen as expected:Initial vagrant up
Subsequent halt & up
Versions
The text was updated successfully, but these errors were encountered: