puppet-nodejs icon indicating copy to clipboard operation
puppet-nodejs copied to clipboard

Puppet module to install nodejs and global npm packages

Results 28 puppet-nodejs issues
Sort by recently updated
recently updated
newest added

#### Pull Request (PR) description Hello This commit add the possibility to create `nodejs::npm::global_config_entry` resources with hiera declaration. I've also bootstrap a hiera context on this module. #### This Pull...

modulesync 5.1.0

modulesync

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.21.1 - Ruby: - - Distribution: Windows 10 Pro - Module version: 9.0.1 ## How to reproduce (e.g Puppet code...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.26.0 - Ruby: ruby 2.5.9p229 - Distribution: Rocky - Module version: 9.0.1 ## How to reproduce (e.g Puppet code you...

bug

#### Pull Request (PR) description #### This Pull Request (PR) fixes the following issues

skip-changelog

I'm pulling my hair out on issues with npm and nodejs on my Ubuntu 20.04.03 LTS machines.. If I run: ```puppet class { 'nodejs': manage_package_repo => true, } ``` The...

Manage npm global config entries using the `ini_setting` resource instead of `exec` resources using `npm config` commands. Closes #439 and #436

merge-conflicts

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.21.1 - Ruby: - Distribution: CentOS 7 - Module version: 9.0.0 ## How to reproduce (e.g Puppet code you use)...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.8.0 - Ruby: 2.1.9p490 - Distribution: within Docker Centos 7 image - Module version: latest ## How to reproduce (e.g...

docs