You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
@@ -43,12 +44,10 @@ Vagrant.configure(2) do |config|
43
44
end
44
45
end
45
46
46
-
ifVagrant.has_plugin?('landrush')
47
-
config.landrush.enabled=true
48
-
config.landrush.guest_redirect_dns=false
49
-
config.landrush.tld='test'
50
-
config.landrush.hostdomain,ip_address
51
-
else
52
-
config.vm.post_up_message="Either install Vagrant plugin 'landrush' or add this entry to your host file: #{ip_address}#{domain}"
47
+
unlessVagrant.has_plugin?('vagrant-hostsupdater')
48
+
master_config.vm.post_up_message=<<-HEREDOC
49
+
Add following entries to your host file or install vagrant plugin vagrant-hostsupdater ("vagrant plugin install vagrant-hostsupdater") and restart virtual box
0 commit comments