Merge pull request #9 from matt9j/devel-nitb-update

rhizo_base/openbsc: Update osmocom-nitb to 1.3.0
This commit is contained in:
Keith 2019-07-17 11:06:37 +02:00 committed by GitHub
commit 83d398f48a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'] ],