bstopp/puppet-aem

CRX Packages w/ Restart fails next update

Closed this issue · 1 comments

When a package requires a restart, such as a Service Pack; the system initiates that cycle once the package is installed. The restart cycle causes subsequent packages to fail, either due to timeouts waiting for the system to come back online, or because the system returns an error.

The CRX Package upload/install should check the package state to determine if the package requires a restart, that should make the provider not raise a completion event until the restart cycle is complete and further state updates can be made.

I think i fixed this with the latest updates and checks for 'is AEM running'