Add possibility use osmo binaries from /usr/local
This commit is contained in:
parent
9c1f72a257
commit
dffa533c68
3 changed files with 7 additions and 6 deletions
|
@ -34,6 +34,7 @@ class rhizo_base::osmocom {
|
|||
'^(\\d+)\\.(\\d+)\\.(\\d+)\\.(\\d+)$',
|
||||
'\\3-\\4')))
|
||||
$mgw_num_ep = hiera('rhizo::mgw_num_ep', $bts.size * 24)
|
||||
$osmo_local_bin = hiera('rhizo::osmo_local_bin', [])
|
||||
|
||||
package { "osmocom-nitb":
|
||||
ensure => 'absent'
|
||||
|
@ -165,8 +166,8 @@ class rhizo_base::osmocom {
|
|||
}
|
||||
|
||||
systemd::dropin_file { 'override.conf':
|
||||
unit => 'osmo-msc.service',
|
||||
source => 'puppet:///modules/rhizo_base/systemd/osmo-msc.override'
|
||||
unit => 'osmo-msc.service',
|
||||
content => template('rhizo_base/osmo-msc.override.erb')
|
||||
}
|
||||
|
||||
systemd::dropin_file { 'hlr-override':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue