Skip to content

Commit

Permalink
ensure npm to present by default
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 27, 2023
1 parent 9a7c613 commit df823d8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@
$nodejs_dev_package_name = 'nodejs-devel'
$nodejs_dev_package_ensure = 'absent'
$nodejs_package_name = 'nodejs'
$npm_package_ensure = 'absent'
$npm_package_name = $manage_package_repo ? {
true => false,
default => 'npm',
}
$npm_package_ensure = 'present'
$npm_package_name = 'npm'
$npm_path = '/usr/bin/npm'
$repo_class = 'nodejs::repo::nodesource'
$package_provider = undef
Expand Down

0 comments on commit df823d8

Please sign in to comment.