voxpupuli / puppet-nodejs

Puppet module to install nodejs and global npm packages
https://forge.puppet.com/puppet/nodejs
Apache License 2.0
113 stars 247 forks source link

Is node version 6.x support? #243

Closed gVien closed 8 years ago

gVien commented 8 years ago

Looking at the repo_url_suffix section, I don't see node version 6.x supported. Is there a way to install node version 6.x using this module on CentOS6?

juniorsysadmin commented 8 years ago

repo_url_suffix => '6.x' should work according to https://github.com/voxpupuli/puppet-nodejs/blob/master/manifests/init.pp#L62

gVien commented 8 years ago

looks like it as the number 6 indicates so. Thanks for pointing that out!