Don't explicitly set the host to 127.0.0.1
Other providers may not have this requirement
This commit is contained in:
parent
124a2ee5d3
commit
0fd5152db4
|
@ -3,7 +3,6 @@ Vagrant.configure("2") do |config|
|
|||
config.vagrant.host = :detect
|
||||
|
||||
config.ssh.username = "vagrant"
|
||||
config.ssh.host = "127.0.0.1"
|
||||
config.ssh.guest_port = 22
|
||||
config.ssh.max_tries = 100
|
||||
config.ssh.timeout = 10
|
||||
|
|
Loading…
Reference in New Issue