Skip to content

Commit

Permalink
ensure npm to present by default on EL
Browse files Browse the repository at this point in the history
nodesource started adding "provides: npm" to their nodejs packages,
which makes our code uninstall the nodejs package again
  • Loading branch information
evgeni committed Oct 27, 2023
1 parent 4fa73d3 commit 84612db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
$nodejs_dev_package_name = 'nodejs-devel'
$nodejs_dev_package_ensure = 'absent'
$nodejs_package_name = 'nodejs'
$npm_package_ensure = 'absent'
$npm_package_ensure = 'present'
$npm_package_name = 'npm'
$npm_path = '/usr/bin/npm'
$repo_class = 'nodejs::repo::nodesource'
Expand Down

0 comments on commit 84612db

Please sign in to comment.