From: Andreas Glashauser Date: Mon, 24 Mar 2025 07:51:59 +0000 (+0100) Subject: CHANGED: enabled automatic reboot in unattended-upgrades X-Git-Url: https://git.andreasglashauser.com/?a=commitdiff_plain;h=8a1708c73a44f32e0906ef098647f82d561805fa;p=salt-infra.git CHANGED: enabled automatic reboot in unattended-upgrades --- 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