Add Osmocom OBS repository

This commit is contained in:
Keith Whyte 2023-07-24 19:28:44 +02:00
parent 61e31ebfa7
commit 90937e797d

View file

@ -106,6 +106,17 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common {
notify => Exec['apt_update'], notify => Exec['apt_update'],
} }
apt::source { 'osmocom-obs':
location => "https://www.rhizomatica.org/repo/rhizomatica:/production/Debian_10/",
release => './',
repos => '',
key => {
'id' => '4A836527D0AF454C0A667CF98A3BAF8CD37B735F',
'source' => 'https://obs.osmocom.org/projects/rhizomatica/public_key'
},
notify => Exec['apt_update'],
}
apt::source { 'rhizo-buster': apt::source { 'rhizo-buster':
location => 'http://repo.rhizomatica.org/debian/', location => 'http://repo.rhizomatica.org/debian/',
release => 'buster', release => 'buster',