Buster needs allow_unsigned for our repos.

FIXME: fix this!
This commit is contained in:
Monocots 2020-03-03 20:24:39 +00:00 committed by Keith Whyte
parent c506d47b76
commit 2df983176b

View file

@ -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,