Merge pull request #468 from mhaskel/1.8.0-prep
[puppet-modules/puppetlabs-apt.git] / tests / source.pp
index 9ebcd5209ed4428b5c42295bfda41e94a6681132..823b37b73632667f88d165e9559890cdb5decfcd 100644 (file)
@@ -2,6 +2,7 @@
 class { 'apt': }
 
 # Install the puppetlabs apt source
+# Release is automatically obtained from lsbdistcodename fact if available.
 apt::source { 'puppetlabs':
   location   => 'http://apt.puppetlabs.com',
   repos      => 'main',
@@ -14,7 +15,7 @@ apt::source { 'debian_testing':
   location   => 'http://debian.mirror.iweb.ca/debian/',
   release    => 'testing',
   repos      => 'main contrib non-free',
-  key        => '55BE302B',
+  key        => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
   key_server => 'subkeys.pgp.net',
   pin        => '-10',
 }
@@ -22,7 +23,7 @@ apt::source { 'debian_unstable':
   location   => 'http://debian.mirror.iweb.ca/debian/',
   release    => 'unstable',
   repos      => 'main contrib non-free',
-  key        => '55BE302B',
+  key        => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
   key_server => 'subkeys.pgp.net',
   pin        => '-10',
 }