diff --git a/bundles/apt/files/apt.conf-unattended-upgrades b/bundles/apt/files/apt.conf-unattended-upgrades index 879a853..8dc4f10 100644 --- a/bundles/apt/files/apt.conf-unattended-upgrades +++ b/bundles/apt/files/apt.conf-unattended-upgrades @@ -20,7 +20,7 @@ Unattended-Upgrade::Remove-Unused-Kernel-Packages "true"; Unattended-Upgrade::Remove-New-Unused-Dependencies "true"; Unattended-Upgrade::Remove-Unused-Dependencies "true"; -% if data.get('reboot', False): +% if data.get('reboot', True): Unattended-Upgrade::Automatic-Reboot "true"; % else: Unattended-Upgrade::Automatic-Reboot "false"; diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index 225e5b8..707d636 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -36,6 +36,7 @@ nodes['htz.ex42-1048908'] = { 'site=apt.miniflux.app', 'o=grafana stable,a=stable,n=stable,l=grafana stable,c=main', }, + 'reboot': False, }, }, 'letsencrypt': {