X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=422a862f5f5433f2727fc9f32bca2e88045b0b84;hb=b30cded624746bb1e86f71d67f915dcb1e199fda;hp=49266cc913b3837839694b9b52de0c05b42f1c67;hpb=015009d5530576136e5a5432e672125da0881d39;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 49266cc..422a862 100644 --- a/README.md +++ b/README.md @@ -420,8 +420,8 @@ 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".