bundles/systemd: systemd-timesyncd package requires debian bullseye

This commit is contained in:
Franzi 2022-03-13 14:12:05 +01:00
parent eab9d6f97c
commit aa3ce32a7c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,11 +1,12 @@
defaults = {
'apt': {
'packages': {
'systemd-timesyncd': {
'needed_by': {
'svc_systemd:systemd-timesyncd',
if node.has_bundle('apt') and node.os_version[0] > 10:
defaults = {
'apt': {
'packages': {
'systemd-timesyncd': {
'needed_by': {
'svc_systemd:systemd-timesyncd',
},
},
},
},
},
}
}