Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 653 Bytes

File metadata and controls

31 lines (22 loc) · 653 Bytes

nodejs Puppet Module for Boxen

Build Status

Using nodenv for nodejs version management, automates installation and configuration of nodejs versions.

Usage

# include some provided versions
include nodejs::v0_10
include nodejs::v0_8_8

# install any arbitrary nodejs version
nodejs { 'v0.10.1': }

# install some npm modules
nodejs::module { 'bower':
  node_version => 'v0.10'
}

Required Puppet Modules

  • boxen ( OS X only ) > 2.1
  • repository > 2.2
  • stdlib >= 3.0.0
Latest supported Node.js version

v0.10.13