Use Latest sgsn

This commit is contained in:
Keith Whyte 2021-03-02 06:53:16 +01:00
parent 0c5399edc9
commit 8d37510487

View file

@ -145,7 +145,7 @@ class rhizo_base::openbsc {
} }
$sgsn_version = $repo ? { $sgsn_version = $repo ? {
'latest' => '1.6.0+rhizo4', 'latest' => 'latest',
'nightly' => 'latest', 'nightly' => 'latest',
default => 'installed', default => 'installed',
} }