diff options
author | varac <varacanero@zeromail.org> | 2013-03-10 15:50:43 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-03-10 15:50:43 +0100 |
commit | 0af4cb352017db95606f64f69b316d360bf2675d (patch) | |
tree | 0e4db62fa92636752aac6b8628aaf707ffaed21e | |
parent | 113b44d8ee21e4d9b7a678005f2536f2046ef1b2 (diff) |
increase timeout for initial_apt_update to 6 min
-rw-r--r-- | puppet/modules/site_apt/manifests/dist_upgrade.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_apt/manifests/dist_upgrade.pp b/puppet/modules/site_apt/manifests/dist_upgrade.pp index 91301efd..08de31bb 100644 --- a/puppet/modules/site_apt/manifests/dist_upgrade.pp +++ b/puppet/modules/site_apt/manifests/dist_upgrade.pp @@ -6,6 +6,7 @@ class site_apt::dist_upgrade { exec{'initial_apt_update': command => '/usr/bin/apt-get update', refreshonly => false, + timeout => 360, } exec{'initial_apt_dist_upgrade': command => "/usr/bin/apt-get -q -y -o 'DPkg::Options::=--force-confold' dist-upgrade", |