bundles/apt: fix metadata key mess (unattended-upgrades vs unattended_upgrades)
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
07157b6335
commit
0ccb983b28
13 changed files with 66 additions and 28 deletions
|
@ -110,6 +110,13 @@ groups['voc'] = {
|
|||
r"voc\..*",
|
||||
},
|
||||
'metadata': {
|
||||
'apt': {
|
||||
# Move patchday to somewhere where the possibility of
|
||||
# clashing with actual events is less likely.
|
||||
'unattended-upgrades': {
|
||||
'day': 1,
|
||||
},
|
||||
},
|
||||
'location': 'voc',
|
||||
},
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ groups['linux'] = {
|
|||
'metadata': {
|
||||
'apt': {
|
||||
'unattended-upgrades': {
|
||||
'mail': libs.defaults.hostmaster_email,
|
||||
'reboot_mail_to': libs.defaults.hostmaster_email,
|
||||
},
|
||||
},
|
||||
'backup-client': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue