Commit cb535ead by Han Su Kim

Whitespace

parent d10af958
...@@ -61,6 +61,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| ...@@ -61,6 +61,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# http://askubuntu.com/questions/238040/how-do-i-fix-name-service-for-vagrant-client # http://askubuntu.com/questions/238040/how-do-i-fix-name-service-for-vagrant-client
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
end end
# Use vagrant-vbguest plugin to make sure Guest Additions are in sync # Use vagrant-vbguest plugin to make sure Guest Additions are in sync
config.vbguest.auto_reboot = true config.vbguest.auto_reboot = true
config.vbguest.auto_update = true config.vbguest.auto_update = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment