From: Ian Unruh Date: Wed, 5 Mar 2014 22:01:37 +0000 (-0600) Subject: Updated documentation X-Git-Tag: 1.5.0~24^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7b932be82ca05e667e0e3cfc2f162b226183afb7;p=puppet-modules%2Fpuppetlabs-apt.git Updated documentation --- diff --git a/manifests/init.pp b/manifests/init.pp index d26a8a2..7964eb7 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -14,6 +14,9 @@ # to true, Puppet will purge all unmanaged entries from sources.list.d # update_timeout - Overrides the exec timeout in seconds for apt-get update. # If not set defaults to Exec's default (300) +# update_tries - Number of times that `apt-get update` will be tried. Use this +# to work around transient DNS and HTTP errors. By default, the command +# will only be run once. # # Actions: #