From 1ad6cac8bb1cc069fc5d30852f09e27114be2733 Mon Sep 17 00:00:00 2001 From: Monocots Date: Tue, 25 Oct 2022 15:26:16 +0000 Subject: [PATCH] Add rhizo stretch repo --- 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 e121908..935960e 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -142,6 +142,16 @@ class rhizo_base::apt::stretch inherits rhizo_base::apt::common { } } + apt::source { 'rhizo-stretch': + location => 'http://repo.rhizomatica.org/debian/', + release => 'stretch', + repos => 'main', + key => { + 'id' => '857FD282A0CD2282207556C67DF075856A6A0AD5', + 'source' => 'http://repo.rhizomatica.org/debian/repo.key' + } + } + file { [ '/etc/apt/sources.list.d/osmocom-latest.list', '/etc/apt/sources.list.d/osmocom-nightly.list', '/etc/apt/sources.list.d/osmocom.list' ]: