Don't assume vagrant host is linux in Vagrantfile
This commit is contained in:
parent
058d929046
commit
6e1dc229bb
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
|
||||
# config.vbguest.auto_update = false
|
||||
# config.vbguest.installer_options = { foo: 1, bar: 2 }
|
||||
|
||||
config.vagrant.host = "linux"
|
||||
# config.vagrant.host = "linux"
|
||||
|
||||
config.ssh.connect_timeout = 30
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user