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')
|
$bts = hiera('rhizo::bts')
|
||||||
|
|
||||||
$nitb_version = $repo ? {
|
$nitb_version = $repo ? {
|
||||||
'latest' => '1.3.2',
|
'latest' => 'present',
|
||||||
'nightly' => 'latest',
|
'nightly' => 'present',
|
||||||
default => '1.3.0',
|
default => 'present',
|
||||||
}
|
}
|
||||||
|
|
||||||
package { [ 'osmocom-nitb' ]:
|
package { [ 'osmocom-nitb' ]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue