osmo: versions
force libosmocore don't force nitb
This commit is contained in:
parent
aa540fe76b
commit
d24adecce2
1 changed files with 6 additions and 1 deletions
|
@ -47,8 +47,13 @@ class rhizo_base::openbsc::ubuntu inherits rhizo_base::openbsc::common {
|
||||||
|
|
||||||
class rhizo_base::openbsc::debian inherits rhizo_base::openbsc::common {
|
class rhizo_base::openbsc::debian inherits rhizo_base::openbsc::common {
|
||||||
|
|
||||||
|
package { [ 'libosmocore' ]:
|
||||||
|
ensure => '1.1.0',
|
||||||
|
schedule => 'weekly',
|
||||||
|
}
|
||||||
|
|
||||||
package { [ 'osmocom-nitb' ]:
|
package { [ 'osmocom-nitb' ]:
|
||||||
ensure => '1.2.0',
|
ensure => 'installed',
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
notify => [ Exec['hlr_pragma_wal'],
|
notify => [ Exec['hlr_pragma_wal'],
|
||||||
Exec['notify-nitb'] ],
|
Exec['notify-nitb'] ],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue