nodejs: Install npm too
This commit is contained in:
parent
68cba94ab5
commit
28332545c7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class nodejs {
|
||||||
|
|
||||||
case $::operatingsystem {
|
case $::operatingsystem {
|
||||||
"centos","redhat","fedora": {
|
"centos","redhat","fedora": {
|
||||||
package { "nodejs":
|
package { [ "nodejs", "npm" ]:
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue