Fix gpg key checking warings after f588f26
authorPatrick Gansterer <paroga@paroga.com>
Mon, 16 Mar 2015 18:34:24 +0000 (19:34 +0100)
committerPatrick Gansterer <paroga@paroga.com>
Mon, 16 Mar 2015 18:34:24 +0000 (19:34 +0100)
Use the full fingerprint for all keys to silence the warning.

README.md
manifests/backports.pp
manifests/debian/testing.pp
manifests/debian/unstable.pp
spec/acceptance/apt_spec.rb
spec/classes/apt_spec.rb
spec/classes/backports_spec.rb
tests/source.pp

index 63e6a85870df705b4337de696cecb973c36c049c..186c2c2d3ccf3b9e93212a815ec7adf41b352b5d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -200,7 +200,7 @@ class { 'apt':
     release           => 'unstable',
     repos             => 'main contrib non-free',
     required_packages => 'debian-keyring debian-archive-keyring',
-    key               => '8B48AD6246925553',
+    key               => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
     key_server        => 'subkeys.pgp.net',
     pin               => '-10',
     include_src       => true,
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',
index 3a82b4f7fd9266447333ba6f2199e3c93b7bc9f2..7af48d24587a4cea8fe95324875345523c0e64f1 100644 (file)
@@ -14,7 +14,7 @@ class apt::debian::testing {
     release           => 'testing',
     repos             => 'main contrib non-free',
     required_packages => 'debian-keyring debian-archive-keyring',
-    key               => '46925553',
+    key               => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
     key_server        => 'subkeys.pgp.net',
     pin               => '-10',
   }
index 77df94b0af572df1fc1aaf23e7b3ae1261917da6..23ce9b49bc52c276b7858906131526a5d43d65a0 100644 (file)
@@ -14,7 +14,7 @@ class apt::debian::unstable {
     release           => 'unstable',
     repos             => 'main contrib non-free',
     required_packages => 'debian-keyring debian-archive-keyring',
-    key               => '46925553',
+    key               => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
     key_server        => 'subkeys.pgp.net',
     pin               => '-10',
   }
index 3011f9dfdec6a56aecd5837f738046ee68461f1d..9ace2218093e9f0c562c7aa68b20d2b071efdbcf 100644 (file)
@@ -25,7 +25,7 @@ describe 'apt class' do
             'ensure'     => present,
             'location'   => 'http://apt.puppetlabs.com',
             'repos'      => 'main',
-            'key'        => '4BD6EC30',
+            'key'        => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
             'key_server' => 'pgp.mit.edu',
           }
         },
index f65ed030936cff8a1230d09a5de31a54eaf3c473..d3ef34dfa3363c6d6843a53a5631ec926ba5792f 100644 (file)
@@ -155,7 +155,7 @@ describe 'apt', :type => :class do
         'release'           => 'unstable',
         'repos'             => 'main contrib non-free',
         'required_packages' => 'debian-keyring debian-archive-keyring',
-        'key'               => '55BE302B',
+        'key'               => '150C8614919D8446E01E83AF9AA38DCD55BE302B',
         'key_server'        => 'subkeys.pgp.net',
         'pin'               => '-10',
         'include_src'       => true
@@ -163,7 +163,7 @@ describe 'apt', :type => :class do
       'puppetlabs' => {
         'location'   => 'http://apt.puppetlabs.com',
         'repos'      => 'main',
-        'key'        => '4BD6EC30',
+        'key'        => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
         'key_server' => 'pgp.mit.edu',
       }
     } } }
index 3c1f4385612f0b09a25a6da0d40ae6d8d8f4b2ce..721a4a613c53d0f93f0fcddc0ee893453c873e8d 100644 (file)
@@ -17,7 +17,7 @@ describe 'apt::backports', :type => :class do
           'location'   => 'http://old-releases.ubuntu.com/ubuntu',
           'release'    => 'karmic-backports',
           'repos'      => 'main universe multiverse restricted',
-          'key'        => '437D05B5',
+          'key'        => '630239CC130E1A7FD81A27B140976EAF437D05B5',
           'key_server' => 'pgp.mit.edu',
         })
       }
@@ -51,7 +51,7 @@ describe 'apt::backports', :type => :class do
         'location'   => 'http://old-releases.ubuntu.com/ubuntu',
         'release'    => 'karmic-backports',
         'repos'      => 'main universe multiverse restricted',
-        'key'        => '437D05B5',
+        'key'        => '630239CC130E1A7FD81A27B140976EAF437D05B5',
         'key_server' => 'pgp.mit.edu',
       })
     }
@@ -77,7 +77,7 @@ describe 'apt::backports', :type => :class do
         'location'   => 'http://backports.debian.org/debian-backports',
         'release'    => 'squeeze-backports',
         'repos'      => 'main contrib non-free',
-        'key'        => '46925553',
+        'key'        => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
         'key_server' => 'pgp.mit.edu',
       })
     }
@@ -103,7 +103,7 @@ describe 'apt::backports', :type => :class do
         'location'   => 'http://ftp.debian.org/debian/',
         'release'    => 'wheezy-backports',
         'repos'      => 'main contrib non-free',
-        'key'        => '46925553',
+        'key'        => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
         'key_server' => 'pgp.mit.edu',
       })
     }
@@ -129,7 +129,7 @@ describe 'apt::backports', :type => :class do
         'location'   => 'http://us.archive.ubuntu.com/ubuntu',
         'release'    => 'trusty-backports',
         'repos'      => 'main universe multiverse restricted',
-        'key'        => '437D05B5',
+        'key'        => '630239CC130E1A7FD81A27B140976EAF437D05B5',
         'key_server' => 'pgp.mit.edu',
       })
     }
@@ -163,7 +163,7 @@ describe 'apt::backports', :type => :class do
         'location'   => location,
         'release'    => 'squeeze-backports',
         'repos'      => 'main contrib non-free',
-        'key'        => '46925553',
+        'key'        => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
         'key_server' => 'pgp.mit.edu',
       })
     }
index c20b59662a0e4ac2a8644dd8adb37ca7363cf0b3..823b37b73632667f88d165e9559890cdb5decfcd 100644 (file)
@@ -15,7 +15,7 @@ apt::source { 'debian_testing':
   location   => 'http://debian.mirror.iweb.ca/debian/',
   release    => 'testing',
   repos      => 'main contrib non-free',
-  key        => '46925553',
+  key        => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
   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        => '46925553',
+  key        => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
   key_server => 'subkeys.pgp.net',
   pin        => '-10',
 }