puppet-nodejs
puppet-nodejs copied to clipboard
Puppet module to install nodejs and global npm packages
when installing a module from git ``` nodejs::npm { 'node-wimoto': ensure => 'present', package => 'node-wimoto', source => 'onzyone/node-wimoto', target => '/opt/packages', } ``` source ends up in the grep...
Currently the npm defined type uses some quite ugly blocks of code. Quite apart from the fact that this could put people off eating their dinner (which is probably quite...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: - Ruby: - Distribution: - Module version: ## How to reproduce (e.g Puppet code you use) ## What are you...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.25 (Puppetlabs) - Distribution: Debian 11 - Module version: 9.0.1 ## How to reproduce (e.g Puppet code you use) ```...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.28 - Ruby: n/a - Distribution: centOS 7.9 - Module version: 9.0.0 ## How to reproduce (e.g Puppet code you...
This module should use the new APT key handling. I'm happy to create a PR for this, but I'd also prefer a way to use a different key source. My...