osmo: Add packages requirement to start services.
This commit is contained in:
parent
048db7d476
commit
9fdab8b69c
1 changed files with 2 additions and 1 deletions
|
@ -197,7 +197,8 @@ class rhizo_base::osmocom {
|
|||
'osmo-sgsn', 'osmo-sip-connector' ]:
|
||||
provider => 'systemd',
|
||||
enable => true,
|
||||
ensure => 'running'
|
||||
ensure => 'running',
|
||||
require => Package[ 'python3-osmopy-utils', 'python3-osmopy-libs' ],
|
||||
}
|
||||
|
||||
service { [ 'osmocom-nitb', 'osmo-mgw-msc' ]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue