Buster needs allow_unsigned for our repos.
FIXME: fix this!
This commit is contained in:
parent
c506d47b76
commit
2df983176b
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue