WS
This commit is contained in:
parent
9366317eec
commit
852fe0d505
1 changed files with 2 additions and 1 deletions
|
@ -97,11 +97,12 @@ class rhizo_base::openbsc::common {
|
||||||
}
|
}
|
||||||
|
|
||||||
unless hiera('rhizo::local_bsc_cfg') == "1" {
|
unless hiera('rhizo::local_bsc_cfg') == "1" {
|
||||||
|
|
||||||
file { '/etc/osmocom/osmo-nitb.cfg':
|
file { '/etc/osmocom/osmo-nitb.cfg':
|
||||||
content => template('rhizo_base/osmo-nitb.cfg.erb'),
|
content => template('rhizo_base/osmo-nitb.cfg.erb'),
|
||||||
require => Package['osmocom-nitb'],
|
require => Package['osmocom-nitb'],
|
||||||
notify => Exec['notify-nitb'],
|
notify => Exec['notify-nitb'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
exec { 'hlr_pragma_wal':
|
exec { 'hlr_pragma_wal':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue