Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 482 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 482 Bytes

Puppet Node.js Module

Uses nave to install node

Installation

Copy the module to your puppet modules directory of if you're using git to manage your manifests/modules you can just git submodule add git@github.com:danheberden/puppet-nodejs.git modules/nodejs

Add a nodejs declaration to whatever node in your manifest:

node default {
  class { 'nodejs':
    version => '0.6.13',
  }
}

Since this uses nave, you can also specify 'latest' or 'stable' as versions.