X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=402d7ab021982244b61a07ab923405c536418cd3;hb=91d917495ecde7b93564f6cc63174adf2d7144c6;hp=5082e343376ca01fb5551e91fd12b3631682d9dd;hpb=6283f6cf7214c17efe628858e98d28e5526c79fd;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 5082e34..402d7ab 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,16 @@ Adds an apt pin for a certain release. apt::pin { 'karmic-updates': priority => 700 } apt::pin { 'karmic-security': priority => 700 } +Note you can also specifying more complex pins using distribution properties. + + apt::pin { 'stable': + priority => -10, + originator => 'Debian', + release_version => '3.0', + component => 'main', + label => 'Debian' + } + ###apt::ppa Adds a ppa repository using `add-apt-repository`. @@ -213,10 +223,3 @@ A lot of great people have contributed to this module. A somewhat current list f * Spencer Krum * William Van Hevelingen * Zach Leslie - -Release Notes -------------- - -**1.1.0** - -This release includes Ubuntu 12.10 (Quantal) support for PPAs.