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

incorrect repo validation for Ubuntu 15.04/15.10 #238

Closed drkp closed 7 years ago

drkp commented 8 years ago

It looks like b8c672d0 changed the validate_re's for 15.04 and 15.10 to have a trailing x, so they'll only match 4.xx not 4.x. This doesn't seem right...

bastelfreak commented 8 years ago

Hi @drkp,

thanks for reporting this. Are you able to also provide a patch for it?

drkp commented 8 years ago

Sure, just submitted #239

juniorsysadmin commented 7 years ago

Fixed by #239