Add symlink to osmopy for python2.7

This commit is contained in:
Keith Whyte 2021-06-09 03:50:31 +02:00
parent 1aba4c2965
commit 4f5669d436

View file

@ -180,6 +180,11 @@ class rhizo_base::osmocom {
mode => '0755',
}
file { '/usr/lib/python2.7/dist-packages/osmopy':
ensure => link,
target => '../../python3/dist-packages/osmopy'
}
service { [ 'osmo-stp', 'osmo-hlr', 'osmo-bsc',
'osmo-msc', 'osmo-mgw',
'osmo-sgsn', 'osmo-sip-connector' ]: