Merge pull request #184 from RsrchBoy/topic/removable-ppas
[puppet-modules/puppetlabs-apt.git] / manifests / update.pp
index e9b9ea9554b941bf0e1757ac034d9b3114108c89..ce0b78fbddbded8805ff4e56aa1a2ad9d24a9f18 100644 (file)
@@ -5,5 +5,6 @@ class apt::update {
     command     => "${apt::params::provider} update",
     logoutput   => 'on_failure',
     refreshonly => true,
+    timeout     => $apt::update_timeout,
   }
 }