Deb9, use FS 1.8

This commit is contained in:
Keith Whyte 2020-04-16 07:04:56 +02:00
parent a52eec4d02
commit a4b658898b

View file

@ -105,12 +105,12 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common {
class rhizo_base::apt::stretch inherits rhizo_base::apt::common {
apt::source { 'freeswitch':
location => 'http://files.freeswitch.org/repo/deb/freeswitch-1.6/',
release => 'jessie',
location => 'http://files.freeswitch.org/repo/deb/freeswitch-1.8/',
release => 'stretch',
repos => 'main',
key => {
'id' => '20B06EE621AB150D40F6079FD76EDC7725E010CF',
'source' => 'https://files.freeswitch.org/repo/deb/freeswitch-1.6/key.gpg'
'source' => 'https://files.freeswitch.org/repo/deb/freeswitch-1.8/key.gpg'
}
}