bundles/sysctl: do not install legacy sysctl file
This commit is contained in:
parent
d1f643b888
commit
a42ceae772
2 changed files with 2 additions and 1 deletions
|
@ -138,6 +138,7 @@ pkg_apt = {
|
|||
'tmux': {},
|
||||
'tree': {},
|
||||
'unzip': {},
|
||||
'util-linux': {},
|
||||
'vim': {},
|
||||
'wget': {},
|
||||
'whois': {},
|
||||
|
|
|
@ -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
|
||||
# unattended-upgrades run. Make it known to bundlewrap, so
|
||||
# it does not get removed during applies.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue