From d8df67f17f38c7f3d4269aabd737bb0b950e17e6 Mon Sep 17 00:00:00 2001 From: juniorsysadmin Date: Mon, 23 Jun 2014 12:47:52 +1000 Subject: [PATCH] Update apt::source example in README.md for #311 This patch updates the apt::source example to include a comment (see #311) --- README.md | 1 + 1 file changed, 1 insertion(+) 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', -- 2.32.3