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

npm/global_config_entry.pp: refactor to use inifile #439

Open kenyon opened 3 years ago

kenyon commented 3 years ago

It may be better to use the inifile module rather than complicated exec resources in npm/global_config_entry.pp. See discussion in #436.