bundles/apt: rework gpg key handling

This commit is contained in:
Franzi 2020-08-20 10:59:45 +02:00
parent 54371cf289
commit ad620396f5
Signed by: kunsi
GPG key ID: 12E3D2136B818350
15 changed files with 214 additions and 178 deletions

View file

@ -2,13 +2,11 @@ defaults = {
'apt': {
'repos': {
'yarn': {
'key': '72ECF46A56B4AD39C907BBB71646B01B86E50310',
'items': [
'deb https://dl.yarnpkg.com/debian/ stable main',
],
},
'node': {
'key': '9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280',
'items': [
'deb https://deb.nodesource.com/node_10.x buster main',
'deb-src https://deb.nodesource.com/node_10.x buster main',