X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=952e331c1d21e295dcd8db2aac3ef90463665ff2;hb=a840dd8372d8a89dd0dab0f8b41ade29a77761da;hp=1276690cd3be372877235707f076e8da73ea2fa7;hpb=0dd697d7cf9a146b1cb5cf76c889c5354a23c233;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 1276690..952e331 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ apt::builddep { "glusterfs-server": } ### apt::force -Force a package to be installed from a specific release. Useful when using repositoires like Debian unstable in Ubuntu. +Force a package to be installed from a specific release. Useful when using repositories like Debian unstable in Ubuntu.
 apt::force { "glusterfs-server":
 	release => "unstable",
@@ -36,7 +36,7 @@ apt::ppa { "ppa:drizzle-developers/ppa": }
 
### apt::release -Set the default apt release. Useful when using repositoires like Debian unstable in Ubuntu. +Set the default apt release. Useful when using repositories like Debian unstable in Ubuntu.
 apt::release { "karmic": }
 
@@ -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