@@ -11,7 +11,7 @@ Requires the following boxen modules:
1111
1212## About
1313
14- This module supports node version management with nodenv from [ OiNutter ] ( http://github.com/OiNutter /nodenv ) .
14+ This module supports node version management with nodenv from [ nodenv ] ( http://github.com/nodenv /nodenv ) .
1515Is heavily based on the official boxen's [ ruby module] ( http://github.com/boxen/puppet-ruby ) .
1616All node versions are installed into ` /opt/nodes ` .
1717
@@ -22,14 +22,14 @@ The node-build version is something you should be managing in your own boxen rep
2222rather than depending on this module to update for you. See examples on how to change the node-build
2323version in the Hiera section.
2424
25- You can find a release list of versions for node-build [ here] ( https://github.com/OiNutter /node-build/releases ) .
25+ You can find a release list of versions for node-build [ here] ( https://github.com/nodenv /node-build/releases ) .
2626
2727## Breakages since last major version
2828
2929* nodes now live in ` /opt/nodes ` instead of ` /opt/boxen/nodenv/versions `
3030* the module-data module is now ** required**
31- * use of [ OiNutter /nodenv] ( http://github.com/OiNutter /nodenv ) instead of wfarr's version
32- * use of [ OiNutter /node-build] ( http://github.com/OiNutter /node-build )
31+ * use of [ nodenv /nodenv] ( http://github.com/nodenv /nodenv )
32+ * use of [ nodenv /node-build] ( http://github.com/nodenv /node-build )
3333* npm packages are installed with ` npm_module ` instead of ` nodejs::module `
3434* node versions are defined without the leading ` v ` (` 0.10.36 ` instead of ` v0.10.36 ` )
3535
@@ -68,7 +68,7 @@ nodejs::version { '0.12.2': }
6868# Installing nodenv plugin
6969nodejs::nodenv::plugin { 'nodenv-vars':
7070 ensure => 'ee42cd9db3f3fca2a77862ae05a410947c33ba09',
71- source => 'OiNutter /nodenv-vars'
71+ source => 'nodenv /nodenv-vars'
7272}
7373```
7474
@@ -89,7 +89,7 @@ The following variables may be automatically overridden with Hiera:
8989" nodejs::nodenv::plugins " :
9090 " nodenv-vars " :
9191 " ensure " : " ee42cd9db3f3fca2a77862ae05a410947c33ba09"
92- " source " : " OiNutter /nodenv-vars"
92+ " source " : " nodenv /nodenv-vars"
9393
9494
9595# Environment variables for building specific versions
0 commit comments