From 8a1708c73a44f32e0906ef098647f82d561805fa Mon Sep 17 00:00:00 2001 From: Andreas Glashauser Date: Mon, 24 Mar 2025 08:51:59 +0100 Subject: [PATCH] CHANGED: enabled automatic reboot in unattended-upgrades --- .../common/unattended-upgrades/files/50unattended-upgrades | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/states/common/unattended-upgrades/files/50unattended-upgrades b/salt/states/common/unattended-upgrades/files/50unattended-upgrades index 96b1264..162161e 100644 --- a/salt/states/common/unattended-upgrades/files/50unattended-upgrades +++ b/salt/states/common/unattended-upgrades/files/50unattended-upgrades @@ -111,7 +111,7 @@ Unattended-Upgrade::Remove-Unused-Dependencies "true"; // Automatically reboot *WITHOUT CONFIRMATION* if // the file /var/run/reboot-required is found after the upgrade -Unattended-Upgrade::Automatic-Reboot "false"; +Unattended-Upgrade::Automatic-Reboot "true"; // Automatically reboot even if there are users currently logged in // when Unattended-Upgrade::Automatic-Reboot is set to true -- 2.39.5