8,805 downloads
6,994 latest version
2.0 quality score
Add this module to a Bolt project:
bolt module add aageyev-nodejs
Add this declaration to your Puppetfile:
mod 'aageyev-nodejs', '0.1.3'
Manually install this module with Puppet module tool:
puppet module install aageyev-nodejs --version 0.1.3
Downloading to your local machine is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code or for testing purposes.
This module insstall NodeJs. On Ubuntu - using ppa:chris-lea/node.js ppa On CentOS - using epel repos. (stahnma-epel)
Just include module
include nodejs
or
class { "nodejs": }