diff --git a/manifests/repos.pp b/manifests/repos.pp index e5677deeb..bfdd72a65 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -131,6 +131,8 @@ class openstack_integration::repos { exec { 'update-packages': command => $update_cmd, refreshonly => true, + tries => 2, + timeout => 900, } }