Skip to content

Commit

Permalink
Update README to reflect implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
imphil committed Apr 29, 2016
1 parent 4c54f01 commit 58daf03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".

Expand Down

0 comments on commit 58daf03

Please sign in to comment.