(maint) clean up key_compat_specs
[puppet-modules/puppetlabs-apt.git] / README.md
index 33e65a968e064cd0ee718f5c9d0bdb335cbd0adc..30dfed24164b11a747ed2e7e4b83e0f9e63e98b4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -184,7 +184,7 @@ apt::sources:
 
 ### Replace the default sources.list file
 
-To replace the default `/etc/apt/sources.list` file on standard Ubuntu machines:
+The following example replaces the default `/etc/apt/sources.list`. Along with this code, be sure to use the `purge` parameter, or you might get duplicate source warnings when running Apt.
 
 ```puppet
 apt::source { "archive.ubuntu.com-${lsbdistcodename}":
@@ -425,7 +425,7 @@ Manages PPA repositories using `add-apt-repository`. Not supported on Debian.
 
 * `release`: *Optional if lsb-release is installed (unless you're using a different release than indicated by lsb-release, e.g., Linux Mint).* Specifies the operating system of your node. Valid options: a string containing a valid LSB distribution codename. Default: "$lsbdistcodename".
 
-#### Defined Type: `apt:setting`
+#### Defined Type: `apt::setting`
 
 Manages Apt configuration files.