nodes/rx300: update to debian bullseye
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-01 18:23:30 +02:00
parent 683ad81015
commit a2501ed2cb
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -15,7 +15,7 @@ nodes['rx300'] = {
'zfs',
},
'groups': {
'debian-buster',
'debian-bullseye',
'webserver',
},
'metadata': {
@ -33,6 +33,14 @@ nodes['rx300'] = {
'packages': {
'ipmitool': {},
},
# XXX remove this once nginx.org has packages for debian bullseye
'repos': {
'nginx': {
'items': atomic({
'deb http://nginx.org/packages/debian buster nginx',
}),
},
},
},
'icinga_options': {
'pretty_name': 'franzi.business',