From 2df983176bc57f4ef26d3d7f22a28d7cefd31553 Mon Sep 17 00:00:00 2001 From: Monocots Date: Tue, 3 Mar 2020 20:24:39 +0000 Subject: [PATCH] Buster needs allow_unsigned for our repos. FIXME: fix this! --- modules/rhizo_base/manifests/apt.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index be00c70..42b6573 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -34,6 +34,7 @@ class rhizo_base::apt::common { location => 'http://dev.rhizomatica.org/ubuntu/', release => 'precise', repos => 'main', + allow_unsigned => true, include => { 'src' => false, 'deb' => true, @@ -45,6 +46,7 @@ class rhizo_base::apt::common { location => 'http://repo.rhizomatica.org/ubuntu/', release => 'precise', repos => 'main', + allow_unsigned => true, include => { 'src' => false, 'deb' => true,