Cleaned up unit tests.
[puppet-modules/puppetlabs-apt.git] / manifests / update.pp
index e9b9ea9554b941bf0e1757ac034d9b3114108c89..725bb3bea63a967932cea8a627e6cad1c973c93a 100644 (file)
@@ -5,5 +5,8 @@ class apt::update {
     command     => "${apt::params::provider} update",
     logoutput   => 'on_failure',
     refreshonly => true,
+    timeout     => $apt::update_timeout,
+    tries       => $apt::update_tries,
+    try_sleep   => 1
   }
 }