Skip to content

Commit d6e9fde

Browse files
committed
Increase timeout for node.js installation
1 parent fd51d77 commit d6e9fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/nodejs/manifests/init.pp

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
exec { "nodejs":
44
command => "wget http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz && tar -xzf node-v0.10.24.tar.gz && cd node-v0.10.24 && ./configure && make install",
55
path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
6+
timeout => 600, # 10 min
67
cwd => "/tmp",
78
onlyif => "test ! -f /usr/local/bin/node"
89
}
910

10-
}
11+
}

0 commit comments

Comments
 (0)