Repository: bigtop Updated Branches: refs/heads/master 67c7d90c7 -> f4541c221
BIGTOP-2518. Add node to the build slave configuration Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f4541c22 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f4541c22 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f4541c22 Branch: refs/heads/master Commit: f4541c221d0928d50d40ad311013852befb74345 Parents: 67c7d90 Author: Roman Shaposhnik <[email protected]> Authored: Tue Aug 23 18:06:11 2016 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Tue Aug 23 18:06:11 2016 -0700 ---------------------------------------------------------------------- bigtop_toolchain/manifests/node.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f4541c22/bigtop_toolchain/manifests/node.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/node.pp b/bigtop_toolchain/manifests/node.pp index 517f9e1..fcd4fda 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", }
