Update Osmocom Repos

Remove Debian9 repo, distro is EOL, repo was discontinued
Update Repo Key
This commit is contained in:
Keith Whyte 2022-07-10 02:49:22 +02:00
parent 47713933c6
commit c584d22137

View file

@ -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/", location => "http://download.opensuse.org/repositories/network:/osmocom:/${osmo_repo}/Debian_10/",
release => './', release => './',
repos => '', repos => '',
key => {
'id' => '0080689BE757A876CB7DC26962EB1A0917280DDF',
'source' => 'http://download.opensuse.org/repositories/network:/osmocom:/${osmo_repo}/Debian_10/Release.key'
},
notify => Exec['apt_update'], 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', 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, ensure => absent,
} }
} }