X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fupdate.pp;h=725bb3bea63a967932cea8a627e6cad1c973c93a;hb=5d7982dba0e6c5f31f320ebc2466a1811d283d51;hp=ce0b78fbddbded8805ff4e56aa1a2ad9d24a9f18;hpb=d1e87d477466455220daff8fe36ea1516591fd67;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/update.pp b/manifests/update.pp index ce0b78f..725bb3b 100644 --- a/manifests/update.pp +++ b/manifests/update.pp @@ -6,5 +6,7 @@ class apt::update { logoutput => 'on_failure', refreshonly => true, timeout => $apt::update_timeout, + tries => $apt::update_tries, + try_sleep => 1 } }