put nitb default in place
This commit is contained in:
parent
def2b2a819
commit
dbcf553cfa
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ class rhizo_base::openbsc {
|
||||||
require => Package['osmocom-nitb'],
|
require => Package['osmocom-nitb'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/etc/default/osmocom-nitb':
|
||||||
|
source => 'puppet:///modules/rhizo_base/etc/default/osmocom-nitb',
|
||||||
|
require => Package['osmocom-nitb'],
|
||||||
|
}
|
||||||
|
|
||||||
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'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue