X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=0749cb85af247cb6b784fb3a512fee343c9cfbd8;hb=a68eca58a658e432fbfffcd91862134082ac7dc0;hp=e8efc3aaf93636e161346872087f712cda400216;hpb=7eb9d00360916f51ed0bc3fa6d740d3e0e85ecc6;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index e8efc3a..0749cb8 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',