From cef7d9fe5d0f11fa937265ed6d15026853374aa7 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Wed, 26 Aug 2020 17:26:48 +0200 Subject: [PATCH] Add a rhizomatica deb package repo for buster --- modules/rhizo_base/manifests/apt.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index f086268..d18978a 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -95,6 +95,16 @@ class rhizo_base::apt::buster inherits rhizo_base::apt::common { repos => '', notify => Exec['apt_update'], } + + apt::source { 'rhizo-buster': + location => 'http://repo.rhizomatica.org/debian/', + release => 'buster', + repos => 'main', + key => { + 'id' => '857FD282A0CD2282207556C67DF075856A6A0AD5', + 'source' => 'http://repo.rhizomatica.org/debian/repo.key' + } + } } class rhizo_base::apt::stretch inherits rhizo_base::apt::common {