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.
Copy file name to clipboardExpand all lines: Vagrantfile
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -42,12 +42,12 @@ Vagrant.configure(2) do |config|
42
42
'--audio','none'
43
43
]
44
44
end
45
-
end
46
45
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
50
-
#{ip_address}#{domain}
51
-
HEREDOC
46
+
unlessVagrant.has_plugin?('vagrant-hostsupdater')
47
+
master_config.vm.post_up_message=<<-HEREDOC
48
+
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