X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=a30b72eaf4055c4d7b1a8a8218be9a0d2f9fab22;hb=08c1283437e2a7072e788f489f1de73dbc9a6c5d;hp=d07bbb0eced9d969a322e9f408bdb27057c81888;hpb=9b001af8775c7231ea2656b7eb43d6141b536f49;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index d07bbb0..a30b72e 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`. @@ -204,6 +208,13 @@ We want to keep it as easy as possible to contribute changes so that our modules You can read the complete module contribution guide [on the Puppet Labs wiki.](http://projects.puppetlabs.com/projects/module-site/wiki/Module_contributing) +License +------- + +The original code for this module comes from Evolving Web and was licensed under the MIT license. Code added since the fork of this module is licensed under the Apache 2.0 License like the rest of the Puppet Labs products. + +The LICENSE contains both licenses. + Contributors ------------