From 19e3a173692be8f8ed20eccef6d81d3c60c6d0f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 27 Jan 2014 11:38:57 +0100 Subject: [PATCH] vagrant-vbguest: enable auto rebooting --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) 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"