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

@ -40,10 +40,26 @@ nodes['htz.ex42-1048908'] = {
},
'repos': {
'buster-backports': {
'install_gpg_key': False, # default debian signing key
'items': [
'deb http://deb.debian.org/debian buster-backports main',
],
},
'miniflux': {
'items': {
'deb https://apt.miniflux.app/ /',
},
},
'rspamd': {
'items': {
'deb [arch=amd64] http://rspamd.com/apt-stable/ buster main',
},
},
'weechat': {
'items': {
'deb https://weechat.org/debian buster main',
},
},
},
},
'letsencrypt': {