the above line from Vagrantfile works on if you have installed vagrant-vbguest plug-in for vagrant, so without this plug-in installed it will give the following error
There are errors in the configuration of this machine. Please fix
the following errors and try again:
Vagrant:
* Unknown configuration section 'vbguest'.
if it is important we must add the command to install vagrant vbguest plug-in
@smartbit
config.vbguest.auto_update = false
the above line from Vagrantfile works on if you have installed vagrant-vbguest plug-in for vagrant, so without this plug-in installed it will give the following error
if it is important we must add the command to install vagrant vbguest plug-in