]> Andreas Glashauser | Gitweb - salt-infra.git/commitdiff
CHANGED: enabled automatic reboot in unattended-upgrades
authorAndreas Glashauser <ag@andreasglashauser.com>
Mon, 24 Mar 2025 07:51:59 +0000 (08:51 +0100)
committerAndreas Glashauser <ag@andreasglashauser.com>
Mon, 24 Mar 2025 07:54:42 +0000 (08:54 +0100)
salt/states/common/unattended-upgrades/files/50unattended-upgrades

index 96b1264388cd127b066683afcc2958dd28d0e2d7..162161e1ee03aeef43f7d9ac1f66f76dc41ebe08 100644 (file)
@@ -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