aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/iurt.pp
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2015-11-30 01:10:58 +0100
committerOlivier Blin <dev@blino.org>2015-11-30 01:20:13 +0100
commit2955e4c86e60696bee9b613e55020221aec6b1fc (patch)
tree079acc87b22a2bd66eaf40fb7aa943306e99eb08 /modules/buildsystem/manifests/var/iurt.pp
parentaac4d25326e09a560e0d2190e1ebdec39992a21a (diff)
downloadpuppet-2955e4c86e60696bee9b613e55020221aec6b1fc.tar
puppet-2955e4c86e60696bee9b613e55020221aec6b1fc.tar.gz
puppet-2955e4c86e60696bee9b613e55020221aec6b1fc.tar.bz2
puppet-2955e4c86e60696bee9b613e55020221aec6b1fc.tar.xz
puppet-2955e4c86e60696bee9b613e55020221aec6b1fc.zip
iurt: Enlarge your timeout (x 2) on ARM
Diffstat (limited to 'modules/buildsystem/manifests/var/iurt.pp')
-rw-r--r--modules/buildsystem/manifests/var/iurt.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/var/iurt.pp b/modules/buildsystem/manifests/var/iurt.pp
index 3f91c676..fb65a160 100644
--- a/modules/buildsystem/manifests/var/iurt.pp
+++ b/modules/buildsystem/manifests/var/iurt.pp
@@ -1,4 +1,5 @@
class buildsystem::var::iurt(
$login = 'iurt',
- $homedir = '/home/iurt'
+ $homedir = '/home/iurt',
+ $timeout_multiplier = 1,
) { }