Don't assume vagrant host is linux in Vagrantfile

This commit is contained in:
sophia 2021-08-17 10:40:22 -05:00 committed by Paul Hinze
parent 058d929046
commit 6e1dc229bb
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

2
Vagrantfile vendored
View File

@ -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