nodes/rx300: update to debian bullseye
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
683ad81015
commit
a2501ed2cb
1 changed files with 9 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue