voxpupuli / puppet-nodejs

Puppet module to install nodejs and global npm packages
https://forge.puppet.com/puppet/nodejs
Apache License 2.0
113 stars 248 forks source link

add parameter $manage_nodejs_package #432

Closed kenyon closed 3 years ago

kenyon commented 3 years ago

Defaults to true. This allows for using this module without managing the nodejs package. The use case for this is where you want to use the npm package provider in this module, but otherwise have no need for directly installing nodejs. This patch allows for expressing that use case in your puppet code.

kenyon commented 3 years ago

Found a problem with this, should be fixed shortly...

kenyon commented 3 years ago

Looks good now. :checkered_flag: