From 58daf03516e4c09717f0ce8904c7156ea015b982 Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Fri, 29 Apr 2016 18:29:32 +0200 Subject: [PATCH] Update README to reflect implementation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49266cc913..422a862f5f 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".