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

nodejs_package_ensure won't upgrade my node (RHEL 7) #398

Open
jblom opened this issue Jun 13, 2019 · 0 comments
Open

nodejs_package_ensure won't upgrade my node (RHEL 7) #398

jblom opened this issue Jun 13, 2019 · 0 comments
Labels
needs-feedback Further information is requested

Comments

@jblom
Copy link

jblom commented Jun 13, 2019

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 4.10.12
  • Ruby: ruby 2.0.0p648 (2015-12-16)
  • Distribution: RHEL7
  • Module version: v7.0.1

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

    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',
    }

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

@juniorsysadmin juniorsysadmin added the needs-feedback Further information is requested label Jul 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-feedback Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants