diff --git a/packstack/puppet/modules/packstack/manifests/netns.pp b/packstack/puppet/modules/packstack/manifests/netns.pp index 65a19e241..ff0af2ad1 100644 --- a/packstack/puppet/modules/packstack/manifests/netns.pp +++ b/packstack/puppet/modules/packstack/manifests/netns.pp @@ -10,6 +10,7 @@ class packstack::netns ( exec { "netns_dependecy_install": path => "/usr/bin/", command => "yum update -y kernel iputils iproute" + timeout => 900, } notify { "packstack_info":