vagrant-landrush / landrush

A Vagrant plugin that provides a simple DNS server for Vagrant guests
MIT License
666 stars 78 forks source link

Windows host configuration fails starting the Wired AutoConfig service #225

Closed hferentschik closed 8 years ago

hferentschik commented 8 years ago

Partly this is due to the info method:

C:/Users/foo/.vagrant.d/gems/gems/landrush-1.1.0.beta.2/lib/landrush/cap/host/windows/configure_visibility_on_host.rb:147:in `info': undefined method `[]' for #<Vagrant::Environment:0x3ec4b70> (NoMethodError)

Another problem is that the retry method does not work anymore after the switch to host capabilities which made ConfigureVisibilityOnHost effectively a static class.

hferentschik commented 8 years ago

Fixed by pull request #228