X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=952e331c1d21e295dcd8db2aac3ef90463665ff2;hb=322f3b68e780d16ec676992233589c43b65b91db;hp=0c61866b0cec5a4ef4cf9da2e8a98c73d5cf3312;hpb=f2265b470bd6a2d246450602b1c90adbc876e3ff;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 0c61866..952e331 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,40 @@ apt::source { "debian_unstable": 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