Update vty script

Also install it on split stack system
This commit is contained in:
Keith Whyte 2021-04-22 21:00:44 +02:00
parent d8e9820d62
commit 69aca48f7e
2 changed files with 20 additions and 4 deletions

View file

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