X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=c5f434085754592110ab42c4b89d69408dd590d7;hb=97a14dd6a4d234362e066b648f2ef5d65fa7c24a;hp=6cc1aa436a14dfd10243fe569991b3c78b2ffe6d;hpb=2bba5d716773c778c22011d401347b07d974a3f5;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 6cc1aa4..c5f4340 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,12 @@ Apt (Advanced Package Tool) is a package manager available on Debian, Ubuntu, an ### What apt affects +* Your system's `preferences.list` file and `preferences.list.d` directory * Your system's `sources.list` file and `sources.list.d` directory * System repositories * Authentication keys -**Note:** Setting the apt module's `purge_sources_list` and `purge_sources_list_d` parameters to 'true' will destroy any existing content that you haven't declared through Puppet. The default for these parameters is 'false'. +**Note:** This module offers `purge` parameters which will cause the module to destroy any configuration on the node's `sources.list(.d)` and `preferences.list(.d)` that you haven't declared through Puppet. The default for these parameters is 'false'. ### Beginning with apt @@ -62,17 +63,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