Merge pull request #187 from ghoneycutt/style_for_class_with_no_params
[puppet-modules/puppetlabs-apt.git] / manifests / update.pp
index 016df7d6af8032dfd32fc7ac85eb40efec9ccbdb..ce0b78fbddbded8805ff4e56aa1a2ad9d24a9f18 100644 (file)
@@ -3,6 +3,8 @@ class apt::update {
 
   exec { 'apt_update':
     command     => "${apt::params::provider} update",
+    logoutput   => 'on_failure',
     refreshonly => true,
+    timeout     => $apt::update_timeout,
   }
 }