puppet-nodejs
puppet-nodejs copied to clipboard
nodejs::npm::global_config_entry: reimplement using ini_setting
Manage npm global config entries using the ini_setting resource instead of exec resources using npm config commands.
Closes #439 and #436
Seems like something weird about npm in docker: it wants to use /usr/etc/npmrc instead of /etc/npmrc, but of course /usr/etc doesn't exist.