spil-ruslan / vagrant-box-updater

vagrant plugin which check updates of remote boxes during "vagrant up/box add" and provide interactive prompt to update box when remote update is detected
MIT License
34 stars 7 forks source link

Autoupdate mode #4

Closed yzl closed 11 years ago

yzl commented 11 years ago

Adding 'config.box_updater.autoupdate = true' to Vagrantfile allows non-interactive download of updated boxes.

yzl commented 11 years ago

Closing to reopen against my master branch.