Don't get Icinga repo key from keyserv
This commit is contained in:
parent
88d2b7f3ef
commit
530c5f40b8
1 changed files with 2 additions and 3 deletions
|
@ -26,11 +26,10 @@ class rhizo_base::apt {
|
||||||
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
||||||
}
|
}
|
||||||
apt::source { 'icinga':
|
apt::source { 'icinga':
|
||||||
location => 'http://packages.icinga.org/ubuntu',
|
location => 'https://packages.icinga.org/ubuntu',
|
||||||
release => 'icinga-precise',
|
release => 'icinga-precise',
|
||||||
repos => 'main',
|
repos => 'main',
|
||||||
key => 'C6E319C334410682',
|
key_source => 'https://packages.icinga.org/icinga.key',
|
||||||
key_server => 'subkeys.pgp.net',
|
|
||||||
include_src => false,
|
include_src => false,
|
||||||
}
|
}
|
||||||
apt::source { 'nodesource':
|
apt::source { 'nodesource':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue