-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
expected package source on Ubuntu 16 #309
Comments
Also similarly: #258 |
Setting the value of |
@juniorsysadmin I'm mostly trying to figure out what the desired behavior is [i.e., how the module should behave]... then someone can figure out how it should be implemented. |
Yeah, the thing I was trying to get clarity about the expected behavior for was having the acceptance test check the package source. However, it seems like we should probably just not have the acceptance test check the package's source if the goal is not to necessarily have a predictable outcome purely based on what repos are enabled. I can submit a PR to that effect. |
Closing due to age, feel free to re-open. |
It seems like Ubuntu 16.04 is configuring the nodesource repo:
https://github.com/voxpupuli/puppet-nodejs/blob/master/manifests/params.pp#L83-L86
However, the installed package actually ends up being from the default repo, presumably because it's a different version? I can work on this in #308, but right now, it will fail, because I built in the expectation that the package should come from nodesource. Let's figure out how this should behave, and then we can figure out whether the right fix is adjusting the test or adjusting the module.
The text was updated successfully, but these errors were encountered: