Merge "CentOS: Increase timeout for "yum update -y""
This commit is contained in:
commit
e18ee7b450
@ -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 <||>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user