Update apt::source example in README.md for #311
authorjuniorsysadmin <juniorsysadmin@users.noreply.github.com>
Mon, 23 Jun 2014 02:47:52 +0000 (12:47 +1000)
committerjuniorsysadmin <juniorsysadmin@users.noreply.github.com>
Mon, 23 Jun 2014 02:47:52 +0000 (12:47 +1000)
This patch updates the apt::source example to include a comment (see #311)

README.md

index cbaab7247232d8baac139ac76175972e0d456c96..f92122fb348330e0753d8411b6d63065907d3363 100644 (file)
--- 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',