Skip to content

Commit

Permalink
#2932: nodejs.pp, restrict nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Mar 8, 2017
1 parent 3ce906c commit ca291b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppet/environment/docker/modules/package/manifests/nodejs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
## install nodejs, with npm
class { 'nodejs':
manage_package_repo => true,
repo_url_suffix => '4.x',
nodejs_package_ensure => 'latest'
repo_url_suffix => '5.x',
nodejs_package_ensure => '5.0.0-3nodesource1~trusty1'
}
contain nodejs
}

0 comments on commit ca291b3

Please sign in to comment.