vagrant-vbguest: enable auto rebooting

This commit is contained in:
Jörg Thalheim 2014-01-27 11:38:57 +01:00
parent 5aa26b4850
commit 19e3a17369
1 changed files with 3 additions and 0 deletions

3
Vagrantfile vendored
View File

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