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
|
@ -14,7 +14,7 @@ nodes['home.kodi-wohnzimmer'] = {
|
|||
'packages': {
|
||||
'intel-media-va-driver-non-free': {},
|
||||
},
|
||||
'unattended_upgrades': {
|
||||
'unattended-upgrades': {
|
||||
'day': 6,
|
||||
'hour': 2,
|
||||
},
|
||||
|
|
|
@ -26,10 +26,10 @@ nodes['home.nas'] = {
|
|||
},
|
||||
},
|
||||
'apt': {
|
||||
'unattended_upgrades': {
|
||||
'unattended-upgrades': {
|
||||
'day': 6,
|
||||
# requires manual decryption of zfs after reboot
|
||||
'reboot-enabled': False,
|
||||
'reboot_enabled': False,
|
||||
},
|
||||
'packages': {
|
||||
'mpv': {},
|
||||
|
|
|
@ -13,7 +13,7 @@ nodes['htz-hel.backup-kunsi'] = {
|
|||
'unattended-upgrades': {
|
||||
# requires manual apply after reboot to unlock dm-crypt
|
||||
# devices
|
||||
'reboot-enabled': False,
|
||||
'reboot_enabled': False,
|
||||
},
|
||||
},
|
||||
'interfaces': {
|
||||
|
|
|
@ -16,7 +16,7 @@ nodes['htz-hel.backup-sophie'] = {
|
|||
'unattended-upgrades': {
|
||||
# requires manual apply after reboot to unlock dm-crypt
|
||||
# devices
|
||||
'reboot-enabled': False,
|
||||
'reboot_enabled': False,
|
||||
},
|
||||
},
|
||||
'backups': {
|
||||
|
|
|
@ -9,13 +9,6 @@ nodes['voc.infobeamer-cms'] = {
|
|||
'webserver',
|
||||
},
|
||||
'metadata': {
|
||||
'apt': {
|
||||
# Move patchday to somewhere where the possibility of
|
||||
# clashing with actual events is less likely.
|
||||
'unattended_upgrades': {
|
||||
'day': 1,
|
||||
},
|
||||
},
|
||||
'backups': {
|
||||
'exclude_from_backups': True,
|
||||
},
|
||||
|
|
|
@ -14,13 +14,6 @@ nodes['voc.pretalx'] = {
|
|||
'sshmon',
|
||||
},
|
||||
'metadata': {
|
||||
'apt': {
|
||||
# Move patchday to somewhere where the possibility of
|
||||
# clashing with actual events is less likely.
|
||||
'unattended_upgrades': {
|
||||
'day': 1,
|
||||
},
|
||||
},
|
||||
'check-mail-received': {
|
||||
't-online': {
|
||||
'email': 'franzi.kunsmann@t-online.de',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue