osmo: Add packages requirement to start services.

This commit is contained in:
Keith Whyte 2021-06-10 08:17:50 +02:00
parent 048db7d476
commit 9fdab8b69c

View file

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