Merge pull request #304 from innyso/allow_url_for_key_server
[puppet-modules/puppetlabs-apt.git] / 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',