From 0be57c44c3cf661f9d76e59468bf89de26ce9641 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 22 Feb 2018 10:37:09 +1100 Subject: [PATCH] Increase timeout on nodepool install This can require building a few binary packages, which can take a while on a slower cloud. Increase timeout over default 300s Change-Id: I4b50c1af1f3fa4afb2f28e14f699fa8c3166e01e --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 39e5ea5..6c94c0c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -130,6 +130,7 @@ class nodepool ( Package['libxslt-dev'], Package['libgmp-dev'], ], + timeout => 1000, } file { '/etc/nodepool':