Correct spelling typo in CHANGELOG
[puppet-modules/puppetlabs-apt.git] / manifests / update.pp
index b079c1fcc3f565971f0a1bc9826a7013ae9432ad..ce0b78fbddbded8805ff4e56aa1a2ad9d24a9f18 100644 (file)
@@ -1,8 +1,10 @@
 class apt::update {
   include apt::params
 
-  exec { 'apt update':
+  exec { 'apt_update':
     command     => "${apt::params::provider} update",
+    logoutput   => 'on_failure',
     refreshonly => true,
+    timeout     => $apt::update_timeout,
   }
 }