Add a GPG Key to the rhizo-jessie repo
This commit is contained in:
parent
1cedf0c0fc
commit
fb81bbdd55
1 changed files with 4 additions and 2 deletions
|
@ -130,8 +130,10 @@ class rhizo_base::apt::stretch inherits rhizo_base::apt::common {
|
||||||
location => 'http://repo.rhizomatica.org/debian/',
|
location => 'http://repo.rhizomatica.org/debian/',
|
||||||
release => 'jessie',
|
release => 'jessie',
|
||||||
repos => 'main',
|
repos => 'main',
|
||||||
allow_unsigned => true,
|
key => {
|
||||||
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
'id' => '857FD282A0CD2282207556C67DF075856A6A0AD5',
|
||||||
|
'source' => 'http://repo.rhizomatica.org/debian/repo.key'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apt::source { 'osmocom':
|
apt::source { 'osmocom':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue