Install sip connector latest on nightly
This commit is contained in:
parent
3e2ad631c2
commit
2b960b5fa3
1 changed files with 7 additions and 1 deletions
|
@ -54,8 +54,14 @@ class rhizo_base::osmocom {
|
||||||
notify => Exec['hlr_pragma_wal']
|
notify => Exec['hlr_pragma_wal']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$sipcon_version = $repo ? {
|
||||||
|
'latest' => '1.4.1',
|
||||||
|
'nightly' => 'latest',
|
||||||
|
default => '1.4.1',
|
||||||
|
}
|
||||||
|
|
||||||
package { [ 'osmo-sip-connector' ]:
|
package { [ 'osmo-sip-connector' ]:
|
||||||
ensure => '1.4.1',
|
ensure => $sipcon_version,
|
||||||
require => Class['rhizo_base::apt'],
|
require => Class['rhizo_base::apt'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue