-
Notifications
You must be signed in to change notification settings - Fork 166
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
Supports differentiating between SSH/WinRM communicator now that new Vag... #67
Conversation
…Vagrant version supports Windows guests
This left a bunch of broken specs. I'll have to take a look before I will pull.
|
…t to WinRM - fixes unit tests
Sorry about that, had not expected this change to impact unit tests, my bad. I've looked at the issue & pushed a fix, rake now finishes successfully on my system. I hope I've interpreted this correctly as I've not worked with Ruby unit-tests before but I've added communicator field in spec_helper. Please let me know if this is not the clean way to implement this. |
…er.rb and fixes if defined check
Sorry, this passes specs, but breaks our vagrant up. Of course it's not a valuable error message. I'll have to look at this later.
|
Hmm odd, it works for my Windows and Linux projects. The Linux projects don't even specify a communicator so it's not like it only works if you specify it. I'm not really a Ruby guy so I don't know how to improve/fix this, please let me know if I can do anything else like provide debug output. |
Windows guests are supported since Vagrant 1.6 |
Can't believe I missed that, good spot! Hopefully this can be merged now. |
Thanks. |
...rant version supports Windows guests. Technically it was already working this just changes the output so that it doesn't show "Waiting for SSH" when waiting for a Windows VM to boot.