boxen / puppet-nodejs

MIT License
15 stars 47 forks source link

Ability to use any nodejs version without an explicit class #40

Closed mlehner616 closed 10 years ago

mlehner616 commented 10 years ago

What's the technical reason each node.js version requires an explicit class? Browsing the code, I don't see a real reason this should be required. This is severely limiting to those of us who require the latest node.js versions (as is usually the case with development).

rafaelfranca commented 10 years ago

This is being fixed at https://github.com/boxen/puppet-nodejs/pull/38

mlehner616 commented 10 years ago

I see, Thanks! I missed this.