Fix up Freeswitch versions
Ensure correct pinning and recipies to install rhizomatica compiled versions
This commit is contained in:
parent
1ad6cac8bb
commit
5f53f34de6
5 changed files with 18 additions and 26 deletions
|
@ -17,8 +17,11 @@ class rhizo_base::apt {
|
|||
|
||||
class rhizo_base::apt::common {
|
||||
|
||||
$osmo_repo = hiera('rhizo::osmo_repo', 'latest')
|
||||
$fs_pin = hiera('rhizo::fs_pin', '1.10.3*')
|
||||
|
||||
$fs_version = "${lsbdistcodename}" ? {
|
||||
'buster' => '1.8.6',
|
||||
'stretch' => '1.6.20',
|
||||
}
|
||||
|
||||
class { '::apt':
|
||||
update => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue