patriksvensson / cupboard

A framework for provisioning local environments to a desired state, using the .NET SDK.
MIT License
761 stars 19 forks source link

Support Reboot & Resume #26

Closed BlythMeister closed 3 years ago

BlythMeister commented 3 years ago

When a chocolatey package requires a reboot have the option to let the reboot happen and then resume the setup process post reboot.

patriksvensson commented 3 years ago

This has been implemented in e9f5543. Cupboard will detect reboots and abort the run unless the resource has IgnoreReboots set to true or --ignore-reboots have been passed.