(MODULES-3581) modulesync [067d08a]
[puppet-modules/puppetlabs-apt.git] / README.md
index 6ea11d7f6d4cc30b081ca20269a2aaa8b87445e0..422a862f5f5433f2727fc9f32bca2e88045b0b84 100644 (file)
--- a/README.md
+++ b/README.md
@@ -420,12 +420,12 @@ Manages PPA repositories using `add-apt-repository`. Not supported on Debian.
 * `package_name`: Names the package that provides the `apt-add-repository` command. Valid options: a string. Defaults:
 
   * Lucid and Precise: 'python-software-properties'
-  * Trusty, Utopic, and Vivid: 'software-properties-common'
-  * All others: undef
+  * Trusty and newer: 'software-properties-common'
+  * All others: 'python-software-properties'
 
 * `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.