GitHub puppet-nodejs
Puppet module to install nodejs and global npm packages

Repo Checks ( 17 of 26 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
passed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Redhat
No translation
passed
Supports Latest Redhat
No translation
passed
Supports Only Current Centos
No translation
passed
Supports Latest Centos
No translation
failed
Supports Only Current Oraclelinux
No translation
passed
Supports Latest Oraclelinux
No translation
failed
Supports Only Current Scientific
No translation
passed
Supports Latest Scientific
No translation
failed
Supports Only Current Debian
No translation
failed
Supports Latest Debian
No translation
passed
Supports Only Current Ubuntu
No translation
failed
Supports Latest Ubuntu
No translation
failed
Supports Only Current Freebsd
No translation
failed
Supports Latest Freebsd
No translation
passed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
passed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
failed

Open Pull Requests

Add global_config_entries parameter

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 Request (PR) fixes the following issues

n/a

Open PR in GitHub
nodejs::npm::global_config_entry: reimplement using ini_setting
merge-conflicts

Manage npm global config entries using the ini_setting resource instead of exec resources using npm config commands.

Closes #439 and #436

Open PR in GitHub
npm/global_config_entry.pp: improve shell quoting

Improve shell quoting for safety and readability. Noticed these while reviewing #435 but didn't get to this before that was merged.

Open PR in GitHub