Updated key fingerprints in README to match v1.8.0 requirements
[puppet-modules/puppetlabs-apt.git] / manifests / backports.pp
index a3ddb76e0078339b2721498f181866220cf1f6c9..ff8cb44b972d56e145d7a6cb0cf8bd0878dc77b5 100644 (file)
@@ -58,8 +58,8 @@ class apt::backports(
   }
 
   $key = $distid ? {
-    'debian' => '46925553',
-    'ubuntu' => '437D05B5',
+    'debian' => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
+    'ubuntu' => '630239CC130E1A7FD81A27B140976EAF437D05B5',
   }
   $repos = $distid ? {
     'debian' => 'main contrib non-free',