/node-build-cookbook

Node-build Chef Cookbook.

Primary LanguageRubyMIT LicenseMIT

Chef cookbook Travis

node-build Chef Cookbook

Chef cookbook for node-build.

Usage

Cookbook

cookbook 'node_build', '~> 1.0.3'

Resource

Standalone install

node_build_standalone_install 'node-build'

Properties

Property Type Default Description
prefix String /usr/local node-build will be installed in prefix/share/node-build.

Name property is not used.

Plugin install

node_build_plugin_install '/path/to/install/node-build'

Properties

Property Type Default Description
node_build_root String Path to install node-build: /home/myuser/.nodenv/plugins/node-build
owner String Owner responsible of node_build_path.
group String Group responsible of node_build_path.
git_url String https://github.com/nodenv/node-build.git You can give an alternative git URL
git_revision String master You can choose a branch, tag, or commit to be synchronized with git
user String Deprecated. Use owner instead

node_build_root is the name property.