Skip to content

Commit

Permalink
Revert "ensure npm to present by default on EL"
Browse files Browse the repository at this point in the history
This reverts commit 160ea93.
  • Loading branch information
evgeni committed Oct 27, 2023
1 parent 7142f11 commit 871ae96
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 @@ -41,7 +41,7 @@
$nodejs_dev_package_name = 'nodejs-devel'
$nodejs_dev_package_ensure = 'absent'
$nodejs_package_name = 'nodejs'
$npm_package_ensure = 'present'
$npm_package_ensure = 'absent'
$npm_package_name = 'npm'
$npm_path = '/usr/bin/npm'
$repo_class = 'nodejs::repo::nodesource'
Expand Down

0 comments on commit 871ae96

Please sign in to comment.