From: Morgan Haskel Date: Mon, 15 Jun 2015 20:48:38 +0000 (-0700) Subject: Apt::key doesn't have priority. X-Git-Tag: 2.1.0^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3f6248046a28b843691f1217acfe68563bfc4501;p=puppet-modules%2Fpuppetlabs-apt.git Apt::key doesn't have priority. --- diff --git a/README.md b/README.md index 6cc1aa4..0592202 100644 --- 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