X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=1e4c3bb2d8720338669df47c3f8be80c2e3ef4ab;hb=3aa293a53fb7a2bd789ce3db35950778968079fd;hp=d07bbb0eced9d969a322e9f408bdb27057c81888;hpb=e5e9ac0fd162d52689f794ab5c9c08217a5e4451;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index d07bbb0..1e4c3bb 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,10 @@ Note you can also specifying more complex pins using distribution properties. label => 'Debian' } +If you wish to pin a number of packages you may specify the packages as a space +delimited string using the `packages` attribute or pass in an array of package +names. + ### apt::ppa Adds a ppa repository using `add-apt-repository`. @@ -138,7 +142,7 @@ Adds an apt source to `/etc/apt/sources.list.d/`. release => 'unstable', repos => 'main contrib non-free', required_packages => 'debian-keyring debian-archive-keyring', - key => '55BE302B', + key => '46925553', key_server => 'subkeys.pgp.net', pin => '-10', include_src => true