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/',
|
location => 'http://dev.rhizomatica.org/ubuntu/',
|
||||||
release => 'precise',
|
release => 'precise',
|
||||||
repos => 'main',
|
repos => 'main',
|
||||||
|
allow_unsigned => true,
|
||||||
include => {
|
include => {
|
||||||
'src' => false,
|
'src' => false,
|
||||||
'deb' => true,
|
'deb' => true,
|
||||||
|
@ -45,6 +46,7 @@ class rhizo_base::apt::common {
|
||||||
location => 'http://repo.rhizomatica.org/ubuntu/',
|
location => 'http://repo.rhizomatica.org/ubuntu/',
|
||||||
release => 'precise',
|
release => 'precise',
|
||||||
repos => 'main',
|
repos => 'main',
|
||||||
|
allow_unsigned => true,
|
||||||
include => {
|
include => {
|
||||||
'src' => false,
|
'src' => false,
|
||||||
'deb' => true,
|
'deb' => true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue