X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=README.md;h=f92122fb348330e0753d8411b6d63065907d3363;hb=d8df67f17f38c7f3d4269aabd737bb0b950e17e6;hp=99e808b8cc3b4e095dd79959996ef459e87bb71a;hpb=36b7b8abff7e21d6810b60d55e6225fb2371e5da;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/README.md b/README.md index 99e808b..f92122f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ The parameters for `apt` are not required in general and are predominantly for d purge_sources_list => false, purge_sources_list_d => false, purge_preferences_d => false, - update_timeout => undef + update_timeout => undef, + fancy_progress => undef } Puppet will manage your system's `sources.list` file and `sources.list.d` directory but will do its best to respect existing content. @@ -193,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', @@ -320,3 +322,4 @@ A lot of great people have contributed to this module. A somewhat current list f * William Van Hevelingen * Zach Leslie * Daniele Sluijters +* Daniel Paulus