nodes/voc.pretalx: move patchday to monday
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
c0353d2911
commit
2af911c29f
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,14 @@ nodes['voc.pretalx'] = {
|
||||||
'sshmon',
|
'sshmon',
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
|
'apt': {
|
||||||
|
# Move patchday to somewhere where the possibility of
|
||||||
|
# clashing with actual events is less likely.
|
||||||
|
'unattended_upgrades': {
|
||||||
|
'day': 1,
|
||||||
|
'hour': 21,
|
||||||
|
},
|
||||||
|
},
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'default': {
|
'default': {
|
||||||
'ips': {
|
'ips': {
|
||||||
|
|
Loading…
Reference in a new issue