Skip to content

rclarkburns/puppet-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

nodejs Puppet Module for Boxen

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 61.3%
  • Puppet 36.6%
  • Shell 2.1%