Merge pull request #283 from johanfleury/master
[puppet-modules/puppetlabs-apt.git] / tests / source.pp
index 9ebcd5209ed4428b5c42295bfda41e94a6681132..c20b59662a0e4ac2a8644dd8adb37ca7363cf0b3 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        => '46925553',
   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        => '46925553',
   key_server => 'subkeys.pgp.net',
   pin        => '-10',
 }