diff --git a/Vagrantfile b/Vagrantfile index 8651db7..da99fa4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -33,6 +33,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # option to your ~/.vagrant.d/Vagrantfile file config.berkshelf.enabled = true + config.vbguest.auto_update = true + config.vbguest.auto_reboot = true + chef_default = proc do |chef| chef.cookbooks_path = "cookbooks" chef.data_bags_path = "data_bags"