Update Osmocom Repos
Remove Debian9 repo, distro is EOL, repo was discontinued Update Repo Key
This commit is contained in:
parent
47713933c6
commit
c584d22137
1 changed files with 6 additions and 8 deletions
|
@ -91,6 +91,10 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common {
|
|||
location => "http://download.opensuse.org/repositories/network:/osmocom:/${osmo_repo}/Debian_10/",
|
||||
release => './',
|
||||
repos => '',
|
||||
key => {
|
||||
'id' => '0080689BE757A876CB7DC26962EB1A0917280DDF',
|
||||
'source' => 'http://download.opensuse.org/repositories/network:/osmocom:/${osmo_repo}/Debian_10/Release.key'
|
||||
},
|
||||
notify => Exec['apt_update'],
|
||||
}
|
||||
|
||||
|
@ -138,15 +142,9 @@ class rhizo_base::apt::stretch inherits rhizo_base::apt::common {
|
|||
}
|
||||
}
|
||||
|
||||
apt::source { 'osmocom':
|
||||
location => "http://download.opensuse.org/repositories/network:/osmocom:/${osmo_repo}/Debian_9.0/",
|
||||
release => './',
|
||||
repos => '',
|
||||
notify => Exec['apt_update'],
|
||||
}
|
||||
|
||||
file { [ '/etc/apt/sources.list.d/osmocom-latest.list',
|
||||
'/etc/apt/sources.list.d/osmocom-nightly.list' ]:
|
||||
'/etc/apt/sources.list.d/osmocom-nightly.list',
|
||||
'/etc/apt/sources.list.d/osmocom.list' ]:
|
||||
ensure => absent,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue