Deb9, use FS 1.8
This commit is contained in:
parent
a52eec4d02
commit
a4b658898b
1 changed files with 3 additions and 3 deletions
|
@ -105,12 +105,12 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common {
|
||||||
class rhizo_base::apt::stretch inherits rhizo_base::apt::common {
|
class rhizo_base::apt::stretch inherits rhizo_base::apt::common {
|
||||||
|
|
||||||
apt::source { 'freeswitch':
|
apt::source { 'freeswitch':
|
||||||
location => 'http://files.freeswitch.org/repo/deb/freeswitch-1.6/',
|
location => 'http://files.freeswitch.org/repo/deb/freeswitch-1.8/',
|
||||||
release => 'jessie',
|
release => 'stretch',
|
||||||
repos => 'main',
|
repos => 'main',
|
||||||
key => {
|
key => {
|
||||||
'id' => '20B06EE621AB150D40F6079FD76EDC7725E010CF',
|
'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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue