From fb81bbdd557a73baff2c8f921c1ec0d84b495e7f Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Wed, 26 Aug 2020 17:26:03 +0200 Subject: [PATCH] Add a GPG Key to the rhizo-jessie repo --- modules/rhizo_base/manifests/apt.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index ed62a8a..f086268 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -130,8 +130,10 @@ class rhizo_base::apt::stretch inherits rhizo_base::apt::common { location => 'http://repo.rhizomatica.org/debian/', release => 'jessie', repos => 'main', - allow_unsigned => true, - require => File['/etc/apt/apt.conf.d/90unsigned'], + key => { + 'id' => '857FD282A0CD2282207556C67DF075856A6A0AD5', + 'source' => 'http://repo.rhizomatica.org/debian/repo.key' + } } apt::source { 'osmocom':