Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

nodenv (10) Versions 1.0.3

Installs/Configures nodenv

Policyfile
Berkshelf
Knife
cookbook 'nodenv', '= 1.0.3', :supermarket
cookbook 'nodenv', '= 1.0.3'
knife supermarket install nodenv
knife supermarket download nodenv
README
Dependencies
Quality 50%

Chef cookbook
Travis

Nodenv Cookbook

Chef resource for nodenv installs, configuration and management of node versions.

Cookbook

cookbook 'nodenv', '~> 1.0.3'

Resources

You can choose whether a user or a system install (or both). Check test recipes for working examples.

Install

User

nodenv_user 'user'
Property Type Default Details
:git_revision String HEAD choose a revision
:git_url String git://github.com/nodenv/nodenv.git a valid git url
:nodenv_root String :user's home a directory that must be writable by :user
:owner String must be and existing user, acts as name property
:group String must be and existing group.
:user String Deprecated, use :owner property

System-wide

nodenv_system 'system'
Property Type Default Details
:git_revision String HEAD choose a revision
:git_url String git://github.com/nodenv/nodenv.git a valid git url
:nodenv_root String /usr/local/nodenv

Commands

Commands without user property will assume system-wide installation.

Install

Install a node version for user/system nodenv.

nodenv_install '8.2.1' do
  user 'user'
end

nodenv_install '9.5.0'
Property Type Default Details
:version String must be a valid node version, acts as name property
:user String root must be an existing user

Global

Set a global node version for user/system-wide nodenv.

nodenv_global '8.2.1' do
  user 'user'
end

nodenv_global '9.5.0'
Property Type Default Details
:version String must be installed node versions, acts as name property
:user String root must be an existing user

Testing

Check Test Kitchen.

  • dokken: KITCHEN_LOCAL_YAML=kitchen.dokken.yml kitchen test
  • vagrant/virtualbox: kitchen test

Development

Check kitchen converge docs.

Acknowledgements

Based in ruby_rbenv.

Dependent cookbooks

git ~> 10.0.0
node_build ~> 1.0.2

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.3 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.3 passed this metric

Foodcritic Metric
            

1.0.3 failed this metric

FC066: Ensure chef_version is set in metadata: nodenv/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.3 passed this metric

Testing File Metric
            

1.0.3 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.3 passed this metric