bundles/systemd: systemd-timesyncd package requires debian bullseye
This commit is contained in:
parent
eab9d6f97c
commit
aa3ce32a7c
1 changed files with 9 additions and 8 deletions
|
@ -1,11 +1,12 @@
|
||||||
defaults = {
|
if node.has_bundle('apt') and node.os_version[0] > 10:
|
||||||
'apt': {
|
defaults = {
|
||||||
'packages': {
|
'apt': {
|
||||||
'systemd-timesyncd': {
|
'packages': {
|
||||||
'needed_by': {
|
'systemd-timesyncd': {
|
||||||
'svc_systemd:systemd-timesyncd',
|
'needed_by': {
|
||||||
|
'svc_systemd:systemd-timesyncd',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue