Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$repo_url_suffix ignores 5.x and 4.x (or others) #184

Closed
sebastianwahn opened this issue Dec 16, 2015 · 2 comments
Closed

$repo_url_suffix ignores 5.x and 4.x (or others) #184

sebastianwahn opened this issue Dec 16, 2015 · 2 comments

Comments

@sebastianwahn
Copy link

If the parameter $repo_url_suffix is provided with 5.x or 4.x the module will ignore it and default to 0.10.x this is due the fact, that in the file "manifests/repo/nodesource.pp" the parameter $source_baseurl is hardcoded to "https://rpm.nodesource.com/pub/". On this route only Node versions up to 0.10.x are provided.

For NodeJs version 5.x the repo ($source_baseurl) should be: "https://rpm.nodesource.com/pub_5.x/" (not just /pub/).
For NodeJs version 4.x the repo ($source_baseurl) should be: "https://rpm.nodesource.com/pub_4.x/" (also not just /pub/).

@sebastianwahn
Copy link
Author

I saw that this issue was fixed in #174 but is still not available on https://forge.puppetlabs.com/puppet/nodejs due to #182

@ColinHebert
Copy link
Contributor

This can be closed now.

@rnelson0 rnelson0 closed this as completed Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants