From: Leo Arnold Date: Sat, 18 Jul 2015 19:58:23 +0000 (+0200) Subject: Corrected documentation warning about `purge` parameters to fit v2.1.0 syntax X-Git-Tag: 2.1.1~2^2^2~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=97a14dd6a4d234362e066b648f2ef5d65fa7c24a;p=puppet-modules%2Fpuppetlabs-apt.git Corrected documentation warning about `purge` parameters to fit v2.1.0 syntax --- diff --git a/README.md b/README.md index 0592202..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