Apt::key doesn't have priority.
authorMorgan Haskel <morgan@puppetlabs.com>
Mon, 15 Jun 2015 20:48:38 +0000 (13:48 -0700)
committerMorgan Haskel <morgan@puppetlabs.com>
Tue, 16 Jun 2015 22:05:07 +0000 (15:05 -0700)
README.md

index 6cc1aa436a14dfd10243fe569991b3c78b2ffe6d..0592202f5ab27a62842d4a418ebf6670c34f7f8b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -62,17 +62,6 @@ apt::key { 'puppetlabs':
 }
 ~~~
 
-You can make Apt load your key before others by adjusting the `priority` parameter (the default priority is 50).
-
-~~~puppet
-apt::key { 'puppetlabs':
-  id       => '47B320EB4C7C375AA9DAE1A01054B7A24BD6EC30',
-  server   => 'pgp.mit.edu',
-  options  => 'http-proxy="http://proxyuser:proxypass@example.org:3128"',
-  priority => '50',
-}
-~~~
-
 ### Prioritize backports
 
 ~~~puppet