Don't update nitb to anymore later versions
This commit is contained in:
parent
81388ea71c
commit
d3ebda8d1c
1 changed files with 3 additions and 3 deletions
|
@ -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' ]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue