aboutsummaryrefslogtreecommitdiff
path: root/bigtop_toolchain
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2016-08-23 18:06:11 -0700
committerRoman Shaposhnik <rvs@apache.org>2016-08-23 18:06:11 -0700
commitf4541c221d0928d50d40ad311013852befb74345 (patch)
tree420661eb23902a0ed258d0866605ff24c1c09f63 /bigtop_toolchain
parent67c7d90c7f9dd598384b00e18bf614482baaa13b (diff)
BIGTOP-2518. Add node to the build slave configuration
Diffstat (limited to 'bigtop_toolchain')
-rw-r--r--bigtop_toolchain/manifests/node.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop_toolchain/manifests/node.pp b/bigtop_toolchain/manifests/node.pp
index 517f9e17..fcd4fdae 100644
--- a/bigtop_toolchain/manifests/node.pp
+++ b/bigtop_toolchain/manifests/node.pp
@@ -20,7 +20,7 @@ class bigtop_toolchain::node {
$node_dl_url = 'https://nodejs.org/dist/v$node_version/'
exec { "get node":
- command => "/usr/bin/wget -O - https://nodejs.org/dist/v${node_version}/${node_name}.tar.gz | /usr/bin/tar xzf -",
+ command => "/usr/bin/wget -O - https://nodejs.org/dist/v${node_version}/${node_name}.tar.gz | /bin/tar xzf -",
cwd => "/usr/local",
unless => "/usr/bin/test -x /usr/local/${node_name}/bin/npm",
}