From 7b932be82ca05e667e0e3cfc2f162b226183afb7 Mon Sep 17 00:00:00 2001 From: Ian Unruh Date: Wed, 5 Mar 2014 16:01:37 -0600 Subject: [PATCH] Updated documentation --- manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) 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: # -- 2.45.2