6,678 downloads
6,678 latest version
2.0 quality score
Add this module to a Bolt project:
bolt module add igovua-nodejs
Add this declaration to your Puppetfile:
mod 'igovua-nodejs', '0.1.5'
Manually install this module with Puppet module tool:
puppet module install igovua-nodejs --version 0.1.5
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": }