Remove ns1 version of sgsn config

This commit is contained in:
Monocots 2021-03-02 06:14:51 +00:00
parent 8d37510487
commit 04d9009575
3 changed files with 4 additions and 48 deletions

View file

@ -150,14 +150,8 @@ class rhizo_base::openbsc {
default => 'installed',
}
$sgsn_cfg_file = $repo ? {
'latest' => '-ns1',
'nightly' => '',
default => '',
}
file { '/etc/osmocom/osmo-sgsn.cfg':
content => template("rhizo_base/osmo-sgsn$sgsn_cfg_file.cfg.erb"),
content => template("rhizo_base/osmo-sgsn.cfg.erb"),
mode => "0750",
notify => Service['osmo-sgsn'],
}