Refresh expired repo signing keys
This commit is contained in:
parent
3a248c6a19
commit
72bde29cc3
2 changed files with 14 additions and 18 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 21a1264f9b81950d83da626dc51faa9e45285eab
|
Subproject commit 436aa9fb67d238b7a88346d14086c4185ef3f405
|
|
@ -57,6 +57,18 @@ class rhizo_base::apt::common {
|
||||||
package { 'apt-transport-https':
|
package { 'apt-transport-https':
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apt::key { 'freeswitch':
|
||||||
|
id => '5E098B3D18406E8E19543709BD3189F5A2B57698',
|
||||||
|
source => 'https://files.freeswitch.org/repo/deb/freeswitch-1.8/fsstretch-archive-keyring.gpg',
|
||||||
|
ensure => refreshed
|
||||||
|
}
|
||||||
|
|
||||||
|
apt::key { 'opensuse':
|
||||||
|
id => '0080689BE757A876CB7DC26962EB1A0917280DDF',
|
||||||
|
source => 'https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_10/Release.key',
|
||||||
|
ensure => refreshed
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class rhizo_base::apt::buster inherits rhizo_base::apt::common {
|
class rhizo_base::apt::buster inherits rhizo_base::apt::common {
|
||||||
|
@ -64,11 +76,7 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common {
|
||||||
apt::source { 'freeswitch':
|
apt::source { 'freeswitch':
|
||||||
location => 'http://files.freeswitch.org/repo/deb/freeswitch-1.8/',
|
location => 'http://files.freeswitch.org/repo/deb/freeswitch-1.8/',
|
||||||
release => 'buster',
|
release => 'buster',
|
||||||
repos => 'main',
|
repos => 'main'
|
||||||
key => {
|
|
||||||
'id' => '5E098B3D18406E8E19543709BD3189F5A2B57698',
|
|
||||||
'source' => 'https://files.freeswitch.org/repo/deb/freeswitch-1.8/fsstretch-archive-keyring.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
apt::source { 'irontec':
|
apt::source { 'irontec':
|
||||||
|
@ -86,10 +94,6 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common {
|
||||||
release => './',
|
release => './',
|
||||||
repos => '',
|
repos => '',
|
||||||
notify => Exec['apt_update'],
|
notify => Exec['apt_update'],
|
||||||
key => {
|
|
||||||
'id' => '0080689BE757A876CB7DC26962EB1A0917280DDF',
|
|
||||||
'source' => "http://download.opensuse.org/repositories/network:/osmocom:/${osmo_repo}/Debian_10/Release.key"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -99,10 +103,6 @@ class rhizo_base::apt::stretch inherits rhizo_base::apt::common {
|
||||||
location => 'http://files.freeswitch.org/repo/deb/freeswitch-1.8/',
|
location => 'http://files.freeswitch.org/repo/deb/freeswitch-1.8/',
|
||||||
release => 'stretch',
|
release => 'stretch',
|
||||||
repos => 'main',
|
repos => 'main',
|
||||||
key => {
|
|
||||||
'id' => '20B06EE621AB150D40F6079FD76EDC7725E010CF',
|
|
||||||
'source' => 'https://files.freeswitch.org/repo/deb/freeswitch-1.8/key.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
apt::source { 'nodesource':
|
apt::source { 'nodesource':
|
||||||
|
@ -139,10 +139,6 @@ class rhizo_base::apt::stretch inherits rhizo_base::apt::common {
|
||||||
release => './',
|
release => './',
|
||||||
repos => '',
|
repos => '',
|
||||||
notify => Exec['apt_update'],
|
notify => Exec['apt_update'],
|
||||||
key => {
|
|
||||||
'id' => '0080689BE757A876CB7DC26962EB1A0917280DDF',
|
|
||||||
'source' => "http://download.opensuse.org/repositories/network:/osmocom:/${osmo_repo}/Debian_9.0/Release.key"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
file { [ '/etc/apt/sources.list.d/osmocom-latest.list',
|
file { [ '/etc/apt/sources.list.d/osmocom-latest.list',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue