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', 'zfs',
}, },
'groups': { 'groups': {
'debian-buster', 'debian-bullseye',
'webserver', 'webserver',
}, },
'metadata': { 'metadata': {
@ -33,6 +33,14 @@ nodes['rx300'] = {
'packages': { 'packages': {
'ipmitool': {}, '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': { 'icinga_options': {
'pretty_name': 'franzi.business', 'pretty_name': 'franzi.business',