From a4b658898bc1933df412bafc8938286c1301968f Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Thu, 16 Apr 2020 07:04:56 +0200 Subject: [PATCH] Deb9, use FS 1.8 --- modules/rhizo_base/manifests/apt.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index 50685b3..be00c70 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -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' } }