bundles/apt: no need to have apt-daily.timer running
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-12 15:10:59 +01:00
parent e82b4ba78b
commit e395a42160
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -59,6 +59,17 @@ directories = {
},
}
svc_systemd = {
'apt-daily.timer': {
'running': False,
'enabled': False,
},
'apt-daily-upgrade.timer': {
'running': False,
'enabled': False,
},
}
pkg_apt = {
'apt-transport-https': {},