Update BSC restart-on-update mechanism

This commit is contained in:
Keith Whyte 2023-01-10 23:19:45 +01:00
parent 1cb56e8c13
commit 232985753c
2 changed files with 6 additions and 3 deletions

View file

@ -19,6 +19,7 @@ class rhizo_base::osmocom::buster inherits rhizo_base::osmocom::common {
package { [ 'osmo-bsc', 'osmo-bsc-meas-utils' ]:
ensure => '1.9.0+rhizo3b',
require => Class['rhizo_base::apt'],
notify => Exec['notify-osmo-restart'],
}
package { [ 'osmo-msc' ]:
require => Class['rhizo_base::apt'],
@ -44,6 +45,7 @@ class rhizo_base::osmocom::stretch inherits rhizo_base::osmocom::common {
package { [ 'osmo-bsc' ]:
ensure => '1.9.0+rhizo3s',
require => Class['rhizo_base::apt'],
notify => Exec['notify-osmo-restart'],
}
package { [ 'osmo-msc' ]:
ensure => '1.9.0+rhizo7s',