aidanns / vagrant-reload

A plugin that allows you to reload a Vagrant plugin as a provisioning step.
MIT License
174 stars 37 forks source link

Adjust config.vm.graceful_halt_timeout before reloading #5

Open nioncode opened 9 years ago

nioncode commented 9 years ago

Is it possible to adjust the config.vm.graceful_halt_timeout option prior to reloading the machine?

If I install a Windows Service Pack during provisioning, vagrant forces the shutdown of the machine because Windows still configures the updates after the reload has been invoked.

This might lead to a corrupt installation of the Service Pack.

DieterE commented 7 years ago

Currently facing the same issue where reload kills the box too soon even though config.vm.graceful_halt_timeout is set.