We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On my system I have node 6.x, but I want to upgrade to 10.x
class { '::nodejs': repo_url_suffix => '10.x', nodejs_package_ensure => '10.16.0', nodejs_dev_package_ensure => 'present', npm_package_ensure => 'present', repo_class => '::epel', }
Puppet module is not picking up the change
Upgrade of node version
Puppet doesn't detect a change, which I'd expect after changing repo_url_suffix and nodejs_package_ensure
I'd like to upgrade my puppet version, but hard to find the time for that. I hope the problem is not related to that
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
On my system I have node 6.x, but I want to upgrade to 10.x
What are you seeing
Puppet module is not picking up the change
What behaviour did you expect instead
Upgrade of node version
Output log
Puppet doesn't detect a change, which I'd expect after changing repo_url_suffix and nodejs_package_ensure
Any additional information you'd like to impart
I'd like to upgrade my puppet version, but hard to find the time for that. I hope the problem is not related to that
The text was updated successfully, but these errors were encountered: