boxen / puppet-nodejs

MIT License
15 stars 47 forks source link

Readme documentation for installing an arbitrary version is incorrect #39

Closed mlehner616 closed 10 years ago

mlehner616 commented 10 years ago

The following code does not work as described. When coded this way I get an error.

# install any arbitrary nodejs version
nodejs { 'v0.11.13': }

Error

Error: Got an uncaught exception of type NoMethodError: undefined method `value' for nil:NilClass

This is what I had to use instead:

nodejs::version { 'v0.11.13' }