packages, nitb->1.3.1
Also make sure than osmo-nitb systemd service does not hang around
This commit is contained in:
parent
a2e12b382c
commit
29d0cd7eb6
1 changed files with 6 additions and 1 deletions
|
@ -36,7 +36,7 @@ class rhizo_base::openbsc {
|
|||
$ggsn_ip_address = hiera('rhizo::ggsn_ip_address')
|
||||
|
||||
package { [ 'osmocom-nitb' ]:
|
||||
ensure => '1.3.0',
|
||||
ensure => '1.3.1',
|
||||
require => Class['rhizo_base::apt'],
|
||||
notify => [ Exec['hlr_pragma_wal'],
|
||||
Exec['notify-nitb'] ],
|
||||
|
@ -57,6 +57,11 @@ class rhizo_base::openbsc {
|
|||
require => Package['osmocom-nitb'],
|
||||
}
|
||||
|
||||
service { 'osmo-nitb':
|
||||
enable => false,
|
||||
require => Package['osmocom-nitb'],
|
||||
}
|
||||
|
||||
service { 'osmo-sip-connector':
|
||||
enable => false,
|
||||
ensure => stopped,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue