Closed LiamK closed 9 years ago
Hi @LiamK, I'm afraid the README states it is a Vagrant 1.2+ plugin but I don't have any regression tests against older Vagrant versions set up :-/
Your vagrant 1.5.1 is quite a bit old. I suspect once you update to a newer (1.6+) version that problem should be gone.
I'd even recommend using the latest 1.7.2 version. Runs quite stable for me.
I digged a bit deeper and indeed the communicator config which we need for winrm support exists only with vagrant >= 1.6
Here is it: https://github.com/mitchellh/vagrant/blob/v1.6.0/plugins/kernel_v2/config/vm.rb#L28
But here not: https://github.com/mitchellh/vagrant/blob/v1.5.1/plugins/kernel_v2/config/vm.rb
@LiamK just updated the vagrant version requirement validation to check for 1.6+. With the next release of the plugin you should get better error reporting in such a case.
Please let me know if upgrading to vagrant 1.6+ fixed your issue.
Thanks for getting back to me so quickly! I saw the 1.2+ and thought I would be okay at 1.5.1. I'll upgrade to the latest and let you know how it goes.
On 04/01/2015 03:47 PM, Torben Knerr wrote:
@LiamK https://github.com/LiamK just updated the vagrant version requirement validation to check for 1.6+. With the next release of the plugin you should get better error reporting in such a case.
Please let me know if upgrading to vagrant 1.6+ fixed your issue.
— Reply to this email directly or view it on GitHub https://github.com/tknerr/vagrant-managed-servers/issues/40#issuecomment-88655570.
Liam Kirsher PGP: http://liam.numenet.com/pgp/
I upgraded to 1.7.2 and it is working. Thanks!
@LiamK perfect, thanks for letting me know!
Hi --
Just started using this and ran into a problem. The "up" command successfully adds the box "tknerr/managed-server-dummy". The it throws an error, as you can see below. What am I doing wrong? I'm doing it almost exactly as in the example.
Liam