Merge pull request #226 from mark0n/master
Update out of date Debian signing key for backports
This commit is contained in:
commit
1853951c0f
8 changed files with 12 additions and 12 deletions
|
@ -142,7 +142,7 @@ Adds an apt source to `/etc/apt/sources.list.d/`.
|
|||
release => 'unstable',
|
||||
repos => 'main contrib non-free',
|
||||
required_packages => 'debian-keyring debian-archive-keyring',
|
||||
key => '55BE302B',
|
||||
key => '46925553',
|
||||
key_server => 'subkeys.pgp.net',
|
||||
pin => '-10',
|
||||
include_src => true
|
||||
|
|
|
@ -29,7 +29,7 @@ class apt::backports(
|
|||
|
||||
$release_real = downcase($release)
|
||||
$key = $::lsbdistid ? {
|
||||
'debian' => '55BE302B',
|
||||
'debian' => '46925553',
|
||||
'ubuntu' => '437D05B5',
|
||||
}
|
||||
$repos = $::lsbdistid ? {
|
||||
|
|
|
@ -5,7 +5,7 @@ class apt::debian::testing {
|
|||
|
||||
# deb http://debian.mirror.iweb.ca/debian/ testing main contrib non-free
|
||||
# deb-src http://debian.mirror.iweb.ca/debian/ testing main contrib non-free
|
||||
# Key: 55BE302B Server: subkeys.pgp.net
|
||||
# Key: 46925553 Server: subkeys.pgp.net
|
||||
# debian-keyring
|
||||
# debian-archive-keyring
|
||||
|
||||
|
@ -14,7 +14,7 @@ class apt::debian::testing {
|
|||
release => 'testing',
|
||||
repos => 'main contrib non-free',
|
||||
required_packages => 'debian-keyring debian-archive-keyring',
|
||||
key => '55BE302B',
|
||||
key => '46925553',
|
||||
key_server => 'subkeys.pgp.net',
|
||||
pin => '-10',
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ class apt::debian::unstable {
|
|||
|
||||
# deb http://debian.mirror.iweb.ca/debian/ unstable main contrib non-free
|
||||
# deb-src http://debian.mirror.iweb.ca/debian/ unstable main contrib non-free
|
||||
# Key: 55BE302B Server: subkeys.pgp.net
|
||||
# Key: 46925553 Server: subkeys.pgp.net
|
||||
# debian-keyring
|
||||
# debian-archive-keyring
|
||||
|
||||
|
@ -14,7 +14,7 @@ class apt::debian::unstable {
|
|||
release => 'unstable',
|
||||
repos => 'main contrib non-free',
|
||||
required_packages => 'debian-keyring debian-archive-keyring',
|
||||
key => '55BE302B',
|
||||
key => '46925553',
|
||||
key_server => 'subkeys.pgp.net',
|
||||
pin => '-10',
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ describe 'apt::backports', :type => :class do
|
|||
'location' => 'http://backports.debian.org/debian-backports',
|
||||
'release' => 'squeeze-backports',
|
||||
'repos' => 'main contrib non-free',
|
||||
'key' => '55BE302B',
|
||||
'key' => '46925553',
|
||||
'key_server' => 'pgp.mit.edu',
|
||||
'pin' => '200',
|
||||
})
|
||||
|
@ -62,7 +62,7 @@ describe 'apt::backports', :type => :class do
|
|||
'location' => location,
|
||||
'release' => 'squeeze-backports',
|
||||
'repos' => 'main contrib non-free',
|
||||
'key' => '55BE302B',
|
||||
'key' => '46925553',
|
||||
'key_server' => 'pgp.mit.edu',
|
||||
'pin' => '200',
|
||||
})
|
||||
|
|
|
@ -7,7 +7,7 @@ describe 'apt::debian::testing', :type => :class do
|
|||
"release" => "testing",
|
||||
"repos" => "main contrib non-free",
|
||||
"required_packages" => "debian-keyring debian-archive-keyring",
|
||||
"key" => "55BE302B",
|
||||
"key" => "46925553",
|
||||
"key_server" => "subkeys.pgp.net",
|
||||
"pin" => "-10"
|
||||
})
|
||||
|
|
|
@ -7,7 +7,7 @@ describe 'apt::debian::unstable', :type => :class do
|
|||
"release" => "unstable",
|
||||
"repos" => "main contrib non-free",
|
||||
"required_packages" => "debian-keyring debian-archive-keyring",
|
||||
"key" => "55BE302B",
|
||||
"key" => "46925553",
|
||||
"key_server" => "subkeys.pgp.net",
|
||||
"pin" => "-10"
|
||||
})
|
||||
|
|
|
@ -15,7 +15,7 @@ apt::source { 'debian_testing':
|
|||
location => 'http://debian.mirror.iweb.ca/debian/',
|
||||
release => 'testing',
|
||||
repos => 'main contrib non-free',
|
||||
key => '55BE302B',
|
||||
key => '46925553',
|
||||
key_server => 'subkeys.pgp.net',
|
||||
pin => '-10',
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ apt::source { 'debian_unstable':
|
|||
location => 'http://debian.mirror.iweb.ca/debian/',
|
||||
release => 'unstable',
|
||||
repos => 'main contrib non-free',
|
||||
key => '55BE302B',
|
||||
key => '46925553',
|
||||
key_server => 'subkeys.pgp.net',
|
||||
pin => '-10',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue