Correct opensuse repo path
This commit is contained in:
parent
674b3ac94c
commit
523f3a0efb
1 changed files with 2 additions and 2 deletions
|
@ -93,13 +93,13 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common {
|
|||
}
|
||||
|
||||
apt::source { 'osmocom':
|
||||
location => "http://download.opensuse.org/repositories/network:/osmocom:/${osmo_repo}/Debian_10.0/",
|
||||
location => "http://download.opensuse.org/repositories/network:/osmocom:/${osmo_repo}/Debian_10/",
|
||||
release => './',
|
||||
repos => '',
|
||||
notify => Exec['apt_update'],
|
||||
key => {
|
||||
'id' => '0080689BE757A876CB7DC26962EB1A0917280DDF',
|
||||
'source' => "http://download.opensuse.org/repositories/network:/osmocom:/${osmo_repo}/Debian_10.0/Release.key"
|
||||
'source' => "http://download.opensuse.org/repositories/network:/osmocom:/${osmo_repo}/Debian_10/Release.key"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue