Install vty script in /usr/local/bin
This commit is contained in:
parent
46359ea466
commit
250461aae1
2 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ class rhizo_base::openbsc {
|
|||
require => Package['osmo-sip-connector'],
|
||||
}
|
||||
|
||||
file { '/usr/local/bin/vty':
|
||||
source => 'puppet:///modules/rhizo_base/vty',
|
||||
owner => 'root',
|
||||
mode => '0755',
|
||||
}
|
||||
|
||||
file { '/etc/default/osmocom-nitb':
|
||||
source => 'puppet:///modules/rhizo_base/etc/default/osmocom-nitb',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue