Update BSC restart-on-update mechanism
This commit is contained in:
parent
1cb56e8c13
commit
232985753c
2 changed files with 6 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue