From a753f4802fdff7a8240d01f188c12223060a1d3a Mon Sep 17 00:00:00 2001 From: Benjamin Dupuis Date: Fri, 14 Apr 2017 11:28:00 +0200 Subject: [PATCH 1/2] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cc6fea8c..e6a0ccf9 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,12 @@ A string that contains the value for the key `_auth` that will be set in `/root/.npmrc`, as this value is not allowed to be set by nodejs::npm::global_config_entry. The default value is `undef`. +#### `npmrc_config` + +A hash that contains keys/values that will be set in `/root/.npmrc`, +in the form key=value. Usefull to set a http-proxy for npm but not on the +nodejs repository. The default value is `undef`. + #### `repo_class` Name of the Puppet class used for the setup and management of the Node.js From ed2185eb044b337de9c96608a7255dd494ea0630 Mon Sep 17 00:00:00 2001 From: Ben S Date: Sat, 15 Apr 2017 22:41:29 +1000 Subject: [PATCH 2/2] Change to wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6a0ccf9..884b90cf 100644 --- a/README.md +++ b/README.md @@ -390,8 +390,8 @@ nodejs::npm::global_config_entry. The default value is `undef`. #### `npmrc_config` A hash that contains keys/values that will be set in `/root/.npmrc`, -in the form key=value. Usefull to set a http-proxy for npm but not on the -nodejs repository. The default value is `undef`. +in the form of `key=value`. Useful for setting a http-proxy for npm only. +The default value is `undef`. #### `repo_class`