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':
|
exec { 'yum_update':
|
||||||
command => "/usr/bin/${yum_command} update -y",
|
command => "/usr/bin/${yum_command} update -y",
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
|
timeout => 600,
|
||||||
}
|
}
|
||||||
Exec['yum_refresh'] ~> Exec['yum_update'] -> Package <||>
|
Exec['yum_refresh'] ~> Exec['yum_update'] -> Package <||>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user