bundles/sysctl: do not install legacy sysctl file

This commit is contained in:
Franzi 2025-05-14 14:41:10 +01:00
parent d1f643b888
commit a42ceae772
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 1 deletions

View file

@ -138,6 +138,7 @@ pkg_apt = {
'tmux': {}, 'tmux': {},
'tree': {}, 'tree': {},
'unzip': {}, 'unzip': {},
'util-linux': {},
'vim': {}, 'vim': {},
'wget': {}, 'wget': {},
'whois': {}, 'whois': {},

View file

@ -20,7 +20,7 @@ files = {
}, },
} }
if node.os == 'debian': if node.os == 'debian' and node.os_version < (13,):
# debian insists on creating that file during almost every # debian insists on creating that file during almost every
# unattended-upgrades run. Make it known to bundlewrap, so # unattended-upgrades run. Make it known to bundlewrap, so
# it does not get removed during applies. # it does not get removed during applies.