We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd51d77 commit d6e9fdeCopy full SHA for d6e9fde
modules/nodejs/manifests/init.pp
@@ -3,8 +3,9 @@
3
exec { "nodejs":
4
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",
5
path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
6
+ timeout => 600, # 10 min
7
cwd => "/tmp",
8
onlyif => "test ! -f /usr/local/bin/node"
9
}
10
-}
11
+}
0 commit comments