Don't update nitb to anymore later versions

This commit is contained in:
Keith Whyte 2021-02-26 05:18:58 +01:00
parent 81388ea71c
commit d3ebda8d1c

View file

@ -42,9 +42,9 @@ class rhizo_base::openbsc {
$bts = hiera('rhizo::bts')
$nitb_version = $repo ? {
'latest' => '1.3.2',
'nightly' => 'latest',
default => '1.3.0',
'latest' => 'present',
'nightly' => 'present',
default => 'present',
}
package { [ 'osmocom-nitb' ]: