X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=7e39c8d9eeb328ca8dff84da171c47428ce464f1;hb=b67b91b53f9ac68de3d614f39ad2ae64435726d6;hp=e46efc135fdb1293b5651c492b61b56f9e914fb6;hpb=794740813dde0ca76e62b88f82b4d1222e3c111e;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index e46efc1..7e39c8d 100644 --- a/README.md +++ b/README.md @@ -244,8 +244,8 @@ apt::sources: key: '9AA38DCD55BE302B' key_server: 'subkeys.pgp.net' pin: '-10' - include_src: 'true' - include_deb: 'true' + include_src: true + include_deb: true 'puppetlabs': location: 'http://apt.puppetlabs.com' @@ -332,6 +332,14 @@ apt::sources: It is recommended to read the manpage 'apt_preferences(5)' +####apt::ppa + +* `ensure`: Whether we are adding or removing the PPA. Can be 'present' or 'absent'. Defaults to 'present'. +* `release`: The codename for the operating system you're running. Defaults to `$lsbdistcodename`. Required if lsb-release is not installed. +* `options`: Options to be passed to the `apt-add-repository` command. OS-dependent defaults are set in `apt::params`. +* `package_name`: The package that provides the `apt-add-repository` command. OS-dependent defaults are set in `apt::params`. +* `package_manage`: Whether or not to manage the package providing `apt-add-repository`. Defaults to true. + ### Testing The apt module is mostly a collection of defined resource types, which provide reusable logic for managing Apt. It provides smoke tests for testing functionality on a target system, as well as spec tests for checking a compiled catalog against an expected set of resources.