apt: osmo: use latest, not nightly

This commit is contained in:
Monocots 2019-05-27 17:54:33 +00:00
parent 5298032ee9
commit 19726b2721

View file

@ -110,14 +110,14 @@ class rhizo_base::apt::debian inherits rhizo_base::apt::common {
require => File['/etc/apt/apt.conf.d/90unsigned'],
}
apt::source { 'osmocom-nightly':
location => 'http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_9.0/',
apt::source { 'osmocom-latest':
location => 'http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/',
release => './',
repos => '',
notify => Exec['apt_update'],
key => {
'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'
}
}
}