X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=9f3bbbe7b762d13417c70eab8f0af4c78830974e;hb=e970aa9a6dc68ae9ab1d38655352090c330c67bc;hp=e8efc3aaf93636e161346872087f712cda400216;hpb=7eb9d00360916f51ed0bc3fa6d740d3e0e85ecc6;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index e8efc3a..9f3bbbe 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To begin using the APT module with default parameters, declare the class include apt -Puppet code that uses anything from the APT module requires that the core apt class be declared/\s\+$//e +Puppet code that uses anything from the APT module requires that the core apt class be declared. Usage ----- @@ -194,6 +194,7 @@ Sets the default apt release. This class is particularly useful when using repos Adds an apt source to `/etc/apt/sources.list.d/`. apt::source { 'debian_unstable': + comment => 'This is the iWeb Debian unstable mirror', location => 'http://debian.mirror.iweb.ca/debian/', release => 'unstable', repos => 'main contrib non-free', @@ -201,7 +202,8 @@ Adds an apt source to `/etc/apt/sources.list.d/`. key => '46925553', key_server => 'subkeys.pgp.net', pin => '-10', - include_src => true + include_src => true, + include_deb => true } If you would like to configure your system so the source is the Puppet Labs APT repository @@ -233,6 +235,7 @@ apt::sources: key_server: 'subkeys.pgp.net' pin: '-10' include_src: 'true' + include_deb: 'true' 'puppetlabs': location: 'http://apt.puppetlabs.com'