X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=952e331c1d21e295dcd8db2aac3ef90463665ff2;hb=a840dd8372d8a89dd0dab0f8b41ade29a77761da;hp=f129a0848196a81b1b8d00bbb0cbfe05604f1fb8;hpb=ee5d762351564203dec6637fb7e1547771eb03f4;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index f129a08..952e331 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,50 @@ apt::release { "karmic": } Add an apt source to `/etc/apt/sources.list.d/`.
 apt::source { "debian_unstable":
-	location => "http://debian.mirror.iweb.ca/debian/",
-	release => "unstable",
-	repos => "main contrib non-free",
-	required_packages => "debian-keyring debian-archive-keyring",
-	key => "55BE302B",
-	key_server => "subkeys.pgp.net",
-	pin => "-10"
+  location          => "http://debian.mirror.iweb.ca/debian/",
+  release           => "unstable",
+  repos             => "main contrib non-free",
+  required_packages => "debian-keyring debian-archive-keyring",
+  key               => "55BE302B",
+  key_server        => "subkeys.pgp.net",
+  pin               => "-10",
+  include_src       => true
+}
+
+### apt::key +Add a key to the list of keys used by apt to authenticate packages. +
+apt::key { "puppetlabs":
+  key        => "4BD6EC30",
+  key_server => "pgp.mit.edu",
 }
 
+ +
+apt::key { "jenkins":
+  key        => "D50582E6",
+  key_source => "http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key",
+}
+
+ +Note that use of the "key_source" parameter requires wget to be installed and working. + + +## Contributors +A lot of great people have contributed to this module. A somewhat current list follows. +Ben Godfrey +Christian G. Warden +Dan Bode +Garrett Honeycutt +Jeff Wallace +Ken Barber +Matthaus Litteken +Matthias Pigulla +Monty Taylor +Peter Drake +Reid Vandewiele +Robert Navarro +Ryan Coleman +Scott McLeod +Spencer Krum +William Van Hevelingen