Update Debian signing key for backports.

(cherry picked from commit d5efdf0016)
This commit is contained in:
Martin Konrad 2014-02-18 13:37:05 -05:00 committed by Hunter Haugen
parent 881caafefb
commit 31918a9488

View file

@ -29,7 +29,7 @@ class apt::backports(
$release_real = downcase($release)
$key = $::lsbdistid ? {
'debian' => '55BE302B',
'debian' => '46925553',
'ubuntu' => '437D05B5',
}
$repos = $::lsbdistid ? {