bundles/sysctl: we need 99-sysctl.conf on debian
This commit is contained in:
parent
83930e12bc
commit
f12a176759
1 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,14 @@ files = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if node.os == 'debian':
|
||||||
|
# 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.
|
||||||
|
symlinks['/etc/sysctl.d/99-sysctl.conf'] = {
|
||||||
|
'target': '../sysctl.conf',
|
||||||
|
}
|
||||||
|
|
||||||
directories = {
|
directories = {
|
||||||
'/etc/sysctl.d': {
|
'/etc/sysctl.d': {
|
||||||
'purge': True,
|
'purge': True,
|
||||||
|
|
Loading…
Reference in a new issue