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
This commit is contained in:
Ian Wienand 2018-02-22 10:37:09 +11:00
parent 97b05c1432
commit 0be57c44c3
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ class nodepool (
Package['libxslt-dev'],
Package['libgmp-dev'],
],
timeout => 1000,
}
file { '/etc/nodepool':