apt: osmo: use latest, not nightly
This commit is contained in:
parent
5298032ee9
commit
19726b2721
1 changed files with 3 additions and 3 deletions
|
@ -110,14 +110,14 @@ class rhizo_base::apt::debian inherits rhizo_base::apt::common {
|
||||||
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
||||||
}
|
}
|
||||||
|
|
||||||
apt::source { 'osmocom-nightly':
|
apt::source { 'osmocom-latest':
|
||||||
location => 'http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/',
|
location => 'http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/',
|
||||||
release => './',
|
release => './',
|
||||||
repos => '',
|
repos => '',
|
||||||
notify => Exec['apt_update'],
|
notify => Exec['apt_update'],
|
||||||
key => {
|
key => {
|
||||||
'id' => '0080689BE757A876CB7DC26962EB1A0917280DDF',
|
'id' => '0080689BE757A876CB7DC26962EB1A0917280DDF',
|
||||||
'source' => 'http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/Release.key'
|
'source' => 'http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/Release.key'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue