Add Osmocom OBS repository
This commit is contained in:
parent
61e31ebfa7
commit
90937e797d
1 changed files with 11 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue