vagrant-vbguest: enable auto rebooting
This commit is contained in:
parent
5aa26b4850
commit
19e3a17369
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user