We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4c0d7 commit a179758Copy full SHA for a179758
lib/vagrant-hostmanager/config.rb
@@ -27,7 +27,7 @@ def initialize
27
def finalize!
28
@enabled = false if @enabled == UNSET_VALUE
29
@manage_host = false if @manage_host == UNSET_VALUE
30
- @manage_guest = false if @manage_guest == UNSET_VALUE
+ @manage_guest = true if @manage_guest == UNSET_VALUE
31
@ignore_private_ip = false if @ignore_private_ip == UNSET_VALUE
32
@include_offline = false if @include_offline == UNSET_VALUE
33
@aliases = [] if @aliases == UNSET_VALUE
lib/vagrant-hostmanager/version.rb
@@ -1,5 +1,5 @@
1
module VagrantPlugins
2
module HostManager
3
- VERSION = '1.8.0'
+ VERSION = '1.8.1'
4
end
5
0 commit comments