diff --git a/bundles/apt/items.py b/bundles/apt/items.py index ea988af..12578fa 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -138,6 +138,7 @@ pkg_apt = { 'tmux': {}, 'tree': {}, 'unzip': {}, + 'util-linux': {}, 'vim': {}, 'wget': {}, 'whois': {}, diff --git a/bundles/sysctl/items.py b/bundles/sysctl/items.py index 99860e1..ee63cf0 100644 --- a/bundles/sysctl/items.py +++ b/bundles/sysctl/items.py @@ -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.