From: juniorsysadmin Date: Mon, 23 Jun 2014 02:47:52 +0000 (+1000) Subject: Update apt::source example in README.md for #311 X-Git-Tag: 1.6.0~22^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d8df67f17f38c7f3d4269aabd737bb0b950e17e6;p=puppet-modules%2Fpuppetlabs-apt.git Update apt::source example in README.md for #311 This patch updates the apt::source example to include a comment (see #311) --- diff --git a/README.md b/README.md index cbaab72..f92122f 100644 --- a/README.md +++ b/README.md @@ -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',