Add osmo-stp config file

This commit is contained in:
Keith Whyte 2020-09-02 11:28:23 +02:00
parent 2b960b5fa3
commit f243fab7ab
2 changed files with 25 additions and 0 deletions

View file

@ -99,6 +99,12 @@ class rhizo_base::osmocom {
# but with the service outage that restarting the split stack entails,
# I don't want to even give puppet the possibility to do that.
file { '/etc/osmocom/osmo-stp.cfg':
content => template('rhizo_base/osmo-stp.cfg.erb'),
require => Package['osmo-stp'],
}
file { '/etc/osmocom/osmo-hlr.cfg':
content => template('rhizo_base/osmo-hlr.cfg.erb'),
require => Package['osmo-hlr'],