From c738e3c254be041634a08d91a1cb98ae2318e1bb Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Wed, 14 Nov 2018 13:18:18 +0000 Subject: [PATCH] Openbsc manifest, package changes --- modules/rhizo_base/manifests/openbsc.pp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/modules/rhizo_base/manifests/openbsc.pp b/modules/rhizo_base/manifests/openbsc.pp index 5ff28e9..8d90c8a 100644 --- a/modules/rhizo_base/manifests/openbsc.pp +++ b/modules/rhizo_base/manifests/openbsc.pp @@ -19,15 +19,14 @@ class rhizo_base::openbsc { class rhizo_base::openbsc::ubuntu inherits rhizo_base::openbsc::common { package { [ 'libosmoabis5', 'libosmocore8', - 'libosmoctrl0', 'libosmogsm7', - 'libosmovty3' ]: + 'libosmogsm7', 'libosmovty3' ]: ensure => latest, require => Class['rhizo_base::apt'], notify => [ Exec['notify-nitb'] ], } package { [ 'osmocom-nitb' ]: - ensure => '0.15.1-0rhizo5', + ensure => 'latest', require => Class['rhizo_base::apt'], notify => [ Exec['hlr_pragma_wal'], Exec['notify-nitb'] ], @@ -54,12 +53,16 @@ class rhizo_base::openbsc::ubuntu inherits rhizo_base::openbsc::common { class rhizo_base::openbsc::debian inherits rhizo_base::openbsc::common { package { [ 'osmocom-nitb' ]: - ensure => '1.0.0', + ensure => '1.1.0', require => Class['rhizo_base::apt'], notify => [ Exec['hlr_pragma_wal'], Exec['notify-nitb'] ], } + package { [ 'libosmocore-utils' ]: + ensure => installed, + } + } class rhizo_base::openbsc::common {