Adding skeleton support for Debian 11

This commit is contained in:
Monocots 2023-01-27 05:40:18 +00:00
parent fd7cdfdcd9
commit 21c87c6c01
5 changed files with 14 additions and 2 deletions

View file

@ -121,6 +121,7 @@ class rhizo_base::freeswitch::common {
$upstream_codec = $rhizo_base::upstream_codec
$fs_version = "${lsbdistcodename}" ? {
'bullseye' => '1.8.6',
'buster' => '1.8.6',
'stretch' => '1.6.20',
}