This commit is contained in:
Wile E. Coyote 2019-06-16 09:14:16 +00:00
parent 9366317eec
commit 852fe0d505

View file

@ -97,11 +97,12 @@ class rhizo_base::openbsc::common {
}
unless hiera('rhizo::local_bsc_cfg') == "1" {
file { '/etc/osmocom/osmo-nitb.cfg':
content => template('rhizo_base/osmo-nitb.cfg.erb'),
require => Package['osmocom-nitb'],
notify => Exec['notify-nitb'],
}
}
}
exec { 'hlr_pragma_wal':