From d09285ea3e37171dbbd9c00b1aa35d48089a08af Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Sun, 14 Jul 2019 22:47:31 -0500 Subject: [PATCH] rhizo_base/openbsc: Update osmocom-nitb to 1.3.0 A new tag has been pushed and 1.3.0 is now the version available in the osmocom/latest repos. http://git.osmocom.org/openbsc/tag/?h=1.3.0 --- modules/rhizo_base/manifests/openbsc.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/openbsc.pp b/modules/rhizo_base/manifests/openbsc.pp index 09f6854..7db09b7 100644 --- a/modules/rhizo_base/manifests/openbsc.pp +++ b/modules/rhizo_base/manifests/openbsc.pp @@ -35,7 +35,7 @@ class rhizo_base::openbsc { $ggsn_ip_address = hiera('rhizo::ggsn_ip_address') package { [ 'osmocom-nitb' ]: - ensure => '1.2.0', + ensure => '1.3.0', require => Class['rhizo_base::apt'], notify => [ Exec['hlr_pragma_wal'], Exec['notify-nitb'] ],