Closed mlehner616 closed 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' }
The following code does not work as described. When coded this way I get an error.
Error
This is what I had to use instead: