Increase timeout of kernel update
Kernel update can last more than 5 minutes. Timeout was increased to 15 minutes. Fixes: rhbz#973217 Change-Id: Icbb614c969bd21c03dc8d8aa0bbaba760d291903
This commit is contained in:
@@ -10,6 +10,7 @@ class packstack::netns (
|
|||||||
exec { "netns_dependecy_install":
|
exec { "netns_dependecy_install":
|
||||||
path => "/usr/bin/",
|
path => "/usr/bin/",
|
||||||
command => "yum update -y kernel iputils iproute"
|
command => "yum update -y kernel iputils iproute"
|
||||||
|
timeout => 900,
|
||||||
}
|
}
|
||||||
|
|
||||||
notify { "packstack_info":
|
notify { "packstack_info":
|
||||||
|
|||||||
Reference in New Issue
Block a user