Update vty script
Also install it on split stack system
This commit is contained in:
parent
d8e9820d62
commit
69aca48f7e
2 changed files with 20 additions and 4 deletions
|
@ -172,6 +172,12 @@ class rhizo_base::osmocom {
|
|||
source => 'puppet:///modules/rhizo_base/systemd/osmo-mgw-msc.service',
|
||||
}
|
||||
|
||||
file { '/usr/local/bin/vty':
|
||||
source => 'puppet:///modules/rhizo_base/vty',
|
||||
owner => 'root',
|
||||
mode => '0755',
|
||||
}
|
||||
|
||||
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