Add symlink to osmopy for python2.7
This commit is contained in:
parent
1aba4c2965
commit
4f5669d436
1 changed files with 5 additions and 0 deletions
|
@ -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' ]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue