Fix for nightly repo option
This commit is contained in:
parent
d9fd3e5e6d
commit
24fdef4cd0
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ class rhizo_base::osmocom {
|
|||
|
||||
class rhizo_base::osmocom::buster inherits rhizo_base::osmocom::common {
|
||||
|
||||
package { [ "osmocom-latest" ]:
|
||||
package { [ "osmocom-$repo" ]:
|
||||
ensure => 'installed'
|
||||
}
|
||||
package { [ 'osmo-bsc', 'osmo-bsc-meas-utils' ]:
|
||||
|
@ -25,7 +25,7 @@ class rhizo_base::osmocom::buster inherits rhizo_base::osmocom::common {
|
|||
ensure => '1.9.0+rhizo7b',
|
||||
}
|
||||
package { [ 'osmo-sgsn' ]:
|
||||
ensure => '1.9.0',
|
||||
ensure => "$repo" ? { "latest" => '1.9.0', "nightly" => "installed" },
|
||||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
package { [ 'osmo-sip-connector' ]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue