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

replace repo_url_suffix with repo_version #487

Closed evgeni closed 11 months ago

evgeni commented 11 months ago

the fact that the version is the suffix of the URL is an implementation detail of the nodesource repository, which shouldn't leak to the consumers of the module

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

evgeni commented 11 months ago

The next release will be breaking anyway (in terms of SemVer). We could keep the class api compatible, but the change is easy to do.