From 46eb3e89a64b0f912062dddb1903ae87d2958325 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Tue, 28 Apr 2020 23:15:00 +0200 Subject: [PATCH] Update FS repo key ID --- modules/rhizo_base/manifests/apt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index e6a9043..f1c5677 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -66,7 +66,7 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common { release => 'buster', repos => 'main', key => { - 'id' => '20B06EE621AB150D40F6079FD76EDC7725E010CF', + 'id' => '5E098B3D18406E8E19543709BD3189F5A2B57698', 'source' => 'https://files.freeswitch.org/repo/deb/freeswitch-1.8/fsstretch-archive-keyring.gpg' } }