Closed rosario-mattera closed 7 years ago
Hello @rosario-mattera
You can use the reboot
resource to ask chef to reboot if it is required
OK. Thus, I have to modify the recipe, is it right?
Anyway, the only resources available are :download and :install
Either you handle the reboot in your own cookbook wrapper. Either you create a PR to extend the behavior of the update recipe with a new "reboot" feature (which is great)
So, the feature has not been implemented.
I'll do on my own.
Best regards, Rosario
Hi, after the installation of the updates retrieved from the WSUS server, the wsus-client doesn't reboot the node, even if the installed update(s) require a reboot of the system.
I've set the attribute in this way
# Disables automatic reboot with logged-on users. default['wsus_client']['no_reboot_with_logged_users'] = false
How could it be solved?