X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=fa7c3de698b39b24f1508e77f522ec55e0d88820;hb=b8462bdc43f788ea3cc91d4e4c6cb0a49d67cb64;hp=6cc1aa436a14dfd10243fe569991b3c78b2ffe6d;hpb=2bba5d716773c778c22011d401347b07d974a3f5;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 6cc1aa4..fa7c3de 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 @@ -274,8 +263,8 @@ Manages backports. * `location`: Specifies an Apt repository containing the backports to manage. Valid options: a string containing a URL. Defaults: - * Debian (squeeze): 'http://backports.debian.org/debian-backports' - * Debian (other): 'http://ftp.debian.org/debian/' + * Debian (squeeze): 'http://httpredir.debian.org/debian-backports' + * Debian (other): 'http://httpredir.debian.org/debian' * Ubuntu: 'http://archive.ubuntu.com/ubuntu' * `pin`: *Optional.* Specifies a pin priority for the backports. Valid options: a number or string to be passed to the `id` parameter of the `apt::pin` define, or a hash of `parameter => value` pairs to be passed to `apt::pin`'s corresponding parameters. Default: '200'.