Remove ns1 version of sgsn config
This commit is contained in:
parent
8d37510487
commit
04d9009575
3 changed files with 4 additions and 48 deletions
|
@ -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'],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue