Merge "CentOS: Increase timeout for "yum update -y""

This commit is contained in:
Zuul 2020-11-03 11:08:36 +00:00 committed by Gerrit Code Review
commit e18ee7b450
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ class openstack_extras::repo::redhat::redhat(
exec { 'yum_update':
command => "/usr/bin/${yum_command} update -y",
refreshonly => true,
timeout => 600,
}
Exec['yum_refresh'] ~> Exec['yum_update'] -> Package <||>
}